Fft code sampleKazi

Kichujio

Utafutaji wangu
Chuja ukitumia:
Bajeti
hadi
hadi
hadi
Aina
Ujuzi
Lugha
    Jimbo la Kazi
    2,000 fft code sample kazi zimepatikana, bei imeletwa USD

    CSS
    $13 (Avg Bid)
    $13 Wastani wa Zabuni
    18 zabuni

    Trebam 400 folk pesama vezano za bivsu Jugu. Pesme su sample, 10 sec, 24KBps, 22KHz, mono, +3Db samo za freelancers iz bivse Juge...

    $9 / hr (Avg Bid)
    $9 / hr Wastani wa Zabuni
    1 zabuni

    Asalaamu Alaikum, mujeh eik paka video editor chahiyeh... joh mereh videos ko edit kar sakta hai... Maineh eik nai video blog sart ki hai and ye urdu meh hai... Aap ko scenes cut karneh hain, jornah hai, jump cutting, green screening etc... aap ko sample video dikaneh hain ta keh meh aap ko yeh project award kar sakoonnn... otherwise mera waqt nahi zaya kariyeh ga...

    $24 (Avg Bid)
    $24 Wastani wa Zabuni
    2 zabuni

    We are seeking an experienced freelancer ...message for any route. - Ensure the application is running and accessible via the specified domain. - Verify and configure the necessary firewall and port settings to allow traffic on the required port (default 3000). - Provide documentation of the steps taken and any configurations made. Specifics: The script should listen on port 3000 and respond with a message "Fixed Response" for any request. Sample Script: const http = require('http'); const hostname = '0.0.0.0'; const port = 3000; const server = ((req, res) => { = 200; ('Content-Type', 'text/plain'); ('Fixed Responsen'); }); (port, hostname, () => { (`Server running at http://${hostname}:${port}/`); })...

    $42 (Avg Bid)
    $42 Wastani wa Zabuni
    21 zabuni

    Overview: This application will enable Shopify store owners to collect and display customer reviews. However, only customers who have made a purchase will be able to leave a review. You can use the product reviews sample app from Shopify Github if you want, it is not a problem for me. Project Requirements: User Authentication: • Only customers who have made a purchase should be able to leave a review. • There should be no public option for writing a review on the store’s frontend. Review Collection: • After a purchase, customers should receive an invitation via email to write a review. Review Display: • Reviews submitted by customers should be displayed on the respective product page of the Shopify store. Webservice Integration:

    $161 (Avg Bid)
    $161 Wastani wa Zabuni
    29 zabuni

    I have a Python notebook containing well-structured code that effectively translates a sample of a large dataset from English to Arabic. However, the current code cannot handle the entire dataset due to its size. using : model_name = 'Helsinki-NLP/opus-mt-en-ar' Tasks: - Modify the existing Python code in the provided notebook to translate the entire dataset from English to Arabic. - Ensure the translated data is saved in two formats: Comma-Separated Values (CSV), and Apache Parquet (.parquet) - Provide the CSV and parquet files after saving (most run and give results)

    $29 (Avg Bid)
    $29 Wastani wa Zabuni
    13 zabuni

    ...connections: holes for a 1.27mm compatible for a header connector. Flexible wires will be soldered in production. Pogo pins will be used for programming. 10a) Power VCC and GND 10b) Digital outputs and outputs 10c) RS485 A+ and B- 10d) Programmer and debugger interface 11) I must be able to load firmware without IDE for production and debug the system through the same pins using an IDE. 12) NXP has a sample code for the reader for LPC824M201JHI33Y + PN7160. The controller must be STM32, the library can be ported from NXP to ST. 13) Debug messages must be sent to the debug probe. RS485 should be used for communication with the host only. 14) The LED must have as much illuminated surface as possible and the best possible diffuser (semi-transparent) to illuminate the hole in ...

    $528 (Avg Bid)
    $528 Wastani wa Zabuni
    20 zabuni

    Validation of Sample implementation of One Loan product (Business Loan) created by Transdigital team. - Help Transdigital team in End to end testing of the system after product configuration - Creation of Roles and Users - Generation of Reports - Conducting on the job training for Trasdigital Business Analysts

    $8 / hr (Avg Bid)
    $8 / hr Wastani wa Zabuni
    3 zabuni

    I'm seeking talented Korean Blender artists to create high-resolution 3D models of fantasy-themed action figures. The key details of this project are as follows: - Level of Detail: I'm looking for high-resolution models, so attention to detail is key. - Articulated Joints: While the figures are to be high-quality, I don't need all of them to be fully articula...action figures or fantasy themes. Portfolio should well showcase the previous works - Attention to Detail: As these figures are high-resolution, it is crucial that the artist is meticulous in their FBX files with dimesions mentioned for printing (10 inches in height Max)NO animation or rigging required. Please send in your entries and hop in for the initial discussion. I have attached some sample files . PLea...

    $240 (Avg Bid)
    $240 Wastani wa Zabuni
    7 zabuni

    ...share an incredible opportunity with you. I am starting a new venture aimed at revolutionizing the retail-manufacturer . This platform will feature unique functionalities such as product sample requests, who will showcase these samples to retailers. We are looking for a skilled app developer to join our team and help us bring this vision to life. Your expertise in the following skills and technologies makes you an ideal candidate for this project: - Development and design of an E-commerce platform with a strong emphasis on product catalog browsing. - Implementing unique functionalities like product sample requests. - Ensuring the platform is secure and user-friendly. - Integration of a user management system for managing product listings. It's important to note th...

    $789 (Avg Bid)
    $789 Wastani wa Zabuni
    21 zabuni

    ...1) You will be responsible for 3 social media (IG&X&Linkedin). Answer your years of experience in each platform. 2) Can you create content in mental care in English? 3) Can you make one collaboration per week? 4) Can you interact with the audience via 10 comments and 10 likes every day on each platform? 5) If you answer "yes" to the above questions, please go to Expathy Org IG page, make one sample post OR reels for Expathy and submit it between 20th of May- 26th of May. Colors: Green (#012b28) Yellow (#ebb42c) We are looking for an experienced social media expert who can manage and promote EXPATHY across Facebook, Twitter, and LinkedIn. Key Responsibilities: - Content creation - Design via Adobe programs such as graphic designs and video content - Man...

    $364 (Avg Bid)
    $364 Wastani wa Zabuni
    28 zabuni
    Java Code Issue Resolution 6 siku left
    DHIBITISHWA

    ... = color; } and in parser class (INTENSITY, ((), 0)); The problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", ((), )); how i can solve this issue so in case checkVariant is true then parse it as string otherwise leave it as it is now which integer. can i do that only on parser or i need to change the Pojo class as well (colorWsDTO) who can do it in

    $22 (Avg Bid)
    $22 Wastani wa Zabuni
    21 zabuni

    I need an expert in Python for maintenance tasks on some existing code. Key Tasks: - **Bug Fixing:** This code has some bugs that need to be identified and fixed to ensure its proper functioning. - **Code Optimization:** Your expertise is crucial to streamline and optimize the performance of the existing code. Ideal Candidate: - Proficient in Python - Experienced in code maintenance - Skilled in bug fixing and code optimization.

    $19 (Avg Bid)
    $19 Wastani wa Zabuni
    17 zabuni

    I need a designer to create an informative and educational road layout image or infographic aimed at adult drivers. Key Points: - The purpose of the image is to educate adult drivers on: - Traffic signs and their meanings - Lane discipline and markings - ...require a simple clean layout to be used for driver training. The infographic is of a particular roundabout "Bowater Roundabout" Gillingham, Kent UK - what three words location /// The layout is to educate drivers on lane discipline so layout and road markings need to be correct and clear. Using google maps will give a clear picture of the roundabout. I have attached some sample designs of other work for a guide. I have serval others to be designed too, so the winning bid will receive additional projects.

    $12 (Avg Bid)
    Imehakikishiwa
    $12
    5 wasilisho

    I'm looking for a seasoned C++ expert to optimize a codebase for improved readability and maintainability. Your primary goal in this project will be to ensure the code is easier to understand and work with in the long run. Key Responsibilities: - Analyzing the existing C++ code and identifying areas for improvement. - Implementing optimization strategies to enhance the code's readability and maintainability. Ideal Qualifications: - Extensive experience in C++ development, specifically in optimizing code. - Proven track record of enhancing code readability and maintainability. - Strong understanding of best practices in C++ development. I'm open to discussing the specifics of the project with the selected expert.

    $197 (Avg Bid)
    $197 Wastani wa Zabuni
    6 zabuni

    I'm in need of a graphic designer to support my IT business. I need a series of engaging and professional posters and reels that will be used to promote our products both in English and Arabic, with a focus on the latter. Key requirements: - Must be fluent in both English and Arabic with a good understanding of cultural nuances in design. - Your design style shoul...solutions, Receipt and Barcode printers, currency counting Machines, Softwares for Small and Medium (SMEs) etc. Payment will be per poster and reels with a minimum of 15 posters and 5 Reels per month. Ideal Skills: - Graphic design - Video (Reels) Creation - Proficiency in both English and Arabic - Experience in creating marketing materials for tech companies. Note: Freelancers should make a sample poster ...

    $14 / hr (Avg Bid)
    $14 / hr Wastani wa Zabuni
    50 zabuni

    I'm looking for a skilled content writer to create 500-1000 word articles for my website on technology, finance, and health. The successful candidate must have a strong understanding of SEO principles and be able to implement them effectively. The budget of the project is 0.1 to 0.15 PPW, so don't bid if you don't agree with the budget. Key Requiremen...check in copyscape) and AI-free (we will check in copyleaks) - Experience in SEO writing for online content - Excellent research skills to produce high-quality, accurate, and up-to-date material - Consistency in delivering projects in a timely manner I am looking to pay on a per-project basis, making this an ideal part-time position for those with the right skills and experience. Please provide a sample of your pre...

    $11 (Avg Bid)
    $11 Wastani wa Zabuni
    17 zabuni

    I am in need of a skilled CAD designer to create an innovative residential toilet design. The initial design should be based on a provided image. The design will then be extended with a raiser mechanism which will be discussed in detail with the selected freelancer. The brief details are provided in the attached images. You can use the general dimensions mentioned in the link and also the sample models are provided in the drive. Tools preferable: Any common tool like, Solidworks, Catia, Creo, NX, etc. Final CAD files should be shared in native format and also in neutral format like step and parasolid files. Key Requirements: - The design should be suitable for residential use. - I am looking for a designer

    $64 (Avg Bid)
    $64 Wastani wa Zabuni
    14 zabuni

    I require professional design work for a business card and social media posts, specifically for Instagram. The main deliverables for this project include: - A standout business card design, suited for a corporate environment - Creative and engaging social media post designs, specifically for Instagram Key requirements and expectations: - For ...be engaging to the target audience, and encourage interaction. Experience and skills required: - A strong portfolio of previous business card and social media post designs, with a focus on Instagram - Demonstrable graphic design skills, including a good eye for composition, color, and typography - Proven experience in creating designs that resonate with a corporate audience Please provide a sample of your previous work in your proposal. ...

    $20 / hr (Avg Bid)
    $20 / hr Wastani wa Zabuni
    19 zabuni

    solana nodejs code for multi-swap within same tx.

    $23 (Avg Bid)
    $23 Wastani wa Zabuni
    5 zabuni

    I'm working on a school project that involves the development of a Coal Mining Security Alert System. I need someone who can code in Quarky to create this block code system. Unfortunately, I haven't gotten to the point of defining the complete scope of the project, but I'd like to start with the code development. I'm looking for someone who can: - Use Quarky to build a block code system - Understand and implement basic security alert functionalities - Be ready for subsequent feature additions and changes Key Features: = Face Detection: Implement face detection functionality to identify individuals within the mining area. = PPE Kit Verification: Utilize image processing techniques to ensure that miners are wearing proper PPE kits. The system...

    $20 (Avg Bid)
    $20 Wastani wa Zabuni
    4 zabuni
    Modify a code on C# 6 siku left
    DHIBITISHWA

    We have a program on C# written on Visual Studio. We want to modify the current program, which read bar codes on a warehouse, for other sections of the company. On this project we will like it to get information from different Oracle tables. Job is to use the original code that we provide and make modifications to adapt to our new requirements.

    $100 (Avg Bid)
    $100 Wastani wa Zabuni
    16 zabuni
    Enhanced Webcam Emulator Code 6 siku left
    DHIBITISHWA

    I'm looking for a skilled programmer who can develop a custom solution for me using frida-tools. The goal is to manipulate webcam settings within an Android emulator environment via adb. Here's what I need: - Modify the current webcam resolution to be higher. - Improve the webcam image quality to support High Dynamic Range (HDR). - Ensure frida-tools can adjust parameters to emulate native library detection. What I require from you: - Experience with frida-tools and adb commands. - Understanding of Android emulator environments. - Proficiency in webcam technology, including resolution and HDR. - Capability to simulate native Android library detections. Freelancers with prior projects involving webcam customization or Android emulation will be preferred. If you have the techn...

    $158 (Avg Bid)
    $158 Wastani wa Zabuni
    11 zabuni
    Trophy icon Urgent Social Media Graphics Design 13 siku left

    I require the immediate assistance of a skilled graphic artist to create a set of social media graphics. Key Responsibilities: - Designing social media graphics for Instagram, Facebook, and Twitter. The graphics will be used on my van's design, so experience in creating g...efficient professional who can deliver quality work swiftly. Ideal Skills: - Proficient in graphic design tools like Adobe Photoshop or Illustrator. - Experience with creating graphics for multiple social media platforms. - Prior experience with vehicle graphics a plus. If you can deliver high-quality work promptly and have the skills necessary for this job, I'd love to hear from you. See sample attached ...using the TESLA VAN here ... NO WINDOWS IN YOUR DESIGN PLEASE !!!!!!!!!!!!!!!!!!!!!!!!!...

    $10 (Avg Bid)
    $10
    22 wasilisho

    I'm looking for someone to help me build a handheld thin microscope prototype that will be primarily used for scientific research. Key Requirements: - Transparent Display: The display needs to be integrated in front of a small lens, which will then be in front of an image sensor. The display will serve as the light source, allowing light to reflect off the sample. - Raspberry Pi Integration: The device should be able to stream footage through a Raspberry Pi. Ideal Skills and Experience: - Prior experience in designing and building similar handheld devices or microscopes. - Knowledge of integrating transparent displays and image sensors. - Proficiency in programming and working with Raspberry Pi would be a plus. - Understanding of scientific research needs and sta...

    $12900 (Avg Bid)
    $12900 Wastani wa Zabuni
    9 zabuni
    Achievement Badge Designer 6 siku left
    DHIBITISHWA

    I'm looking for a professional designer who can create a set of 45 achievement badges for my website. The ideal candidate will have experience in designs that are fun, for a business oriented audience and be able to produce high-quality, visually appealing badges that align with our brand. Key requirements: - Design a collection of achievement badges - Focus on a co...business oriented audience and be able to produce high-quality, visually appealing badges that align with our brand. Key requirements: - Design a collection of achievement badges - Focus on a corporate design style - Create badges suitable for website integration - Follow our corporate colors and style - The badge will fit inside a square with rounded corners like the sample included - the image in the sample...

    $125 (Avg Bid)
    $125 Wastani wa Zabuni
    69 zabuni

    ...optimize an existing codebase used for data analysis. Key Requirements: - Improve the speed of the code: The primary goal of this project is to significantly enhance the algorithm efficiency, thus resulting in a noticeable speed improvement. Ideal Skills and Experience: - Proficient in Python: You should have extensive experience working with Python and be able to recognize areas in the code that are causing performance bottlenecks. - Data Analysis Experience: Familiarity with data analysis practices would be beneficial as the code is part of this application. - Optimization: You should have a strong background in optimizing code for improved speed and efficiency. Additional Information: - The code is currently functional but is not running at t...

    $25 (Avg Bid)
    $25 Wastani wa Zabuni
    18 zabuni
    Project Management Assignment 5 siku left
    DHIBITISHWA

    I'm in need of a skilled writer for an assignment in project management. The assignment should be done in 3000 words. It is actually 2 questions. Each question should be answered in 1500 words. There will be a sample answer to help you understand the way we should answer the assignment. Kindly write how much your price for 3000 words including references and check the whole written answer in Turnitin, Quillbot and Grammarly. Ideal Skills and Experience: - Proficient in various writing styles (informative, persuasive, descriptive) - Flexibility and adaptability in terms of topic - Experience in writing a variety of word counts - Strong grammar and editing skills Please note that the assignments details will be sent to you after I accept your price.

    $109 (Avg Bid)
    $109 Wastani wa Zabuni
    43 zabuni

    I'm looking for help from a talented programmer with C++ experience and low-level programming knowledge. The main purpose of this project is to develop a keyboard input emulator specifically fo...programming. - Understanding of gaming requirements and applications. - Familiarity with Windows operating systems. If you are confident in your ability to meet these requirements and provide a high-quality, effective solution, I look forward to reviewing your proposal. (The program to be made will be tested in the game with an exe and if successful, it will be included with the entire work.) The sample study is attached. (Note: The project I added did not work in the game) I don't want to install wdk or sdk on my computer or run my computer in test mode. If you want, you can als...

    $20 (Avg Bid)
    $20 Wastani wa Zabuni
    1 zabuni

    I am seeking an experienced music transcriber to provide me with sheet music in MusicXML for "Almost Blue" by Chet Baker - Live in Tokyo (see on YouTube). Exact transcription of the Piano part from original, including improvized solo, and exact base, is required. If this sounds like something you're capable of handling, please bid on a flat-fee complete project basis with turnaround ...seeking an experienced music transcriber to provide me with sheet music in MusicXML for "Almost Blue" by Chet Baker - Live in Tokyo (see on YouTube). Exact transcription of the Piano part from original, including improvized solo, and exact base, is required. If this sounds like something you're capable of handling, please bid on a flat-fee complete project basis with turnaroun...

    $110 (Avg Bid)
    $110 Wastani wa Zabuni
    7 zabuni

    I am in need of a skilled AppSheet developer to create a custom app for my small warehouse inventory business. Key Features: - Inventory Tracking: I require a system that will consistently track and update inventory in real-time to ensure accuracy. Other Details: - Products: As a small warehouse, I have less than 50 different types of products. - User ...real-time to ensure accuracy. Other Details: - Products: As a small warehouse, I have less than 50 different types of products. - User Access: The app will not need to support multiple users accessing and updating the inventory simultaneously. Ideal Skills: - Proficient in AppSheet development - Experience in building inventory tracking systems Please respond with your relevant experience and sample work for further cons...

    $2164 (Avg Bid)
    $2164 Wastani wa Zabuni
    88 zabuni
    TikTok Video Editor for Tutorials 5 siku left
    DHIBITISHWA

    I'm looking for a skilled video editor who can help me create engaging review and how-to videos for products. Key Responsibilities: - Editing TikTok videos to be between 15 to 60 seconds long - Incorporating English voice-over. I will provide sample videos for you to use in the video. You can use snippets of the sample videos and cut them in small snippets for the final video. I will provide the script at well.

    $25 (Avg Bid)
    $25 Wastani wa Zabuni
    60 zabuni

    I'm in need of a skilled Delphi developer who can quickly generate a program that can dive into the registry of a Windows machine and extract the names of all programs listed in the "Add/Remove Programs" section. Key Requirements: - The code should be written in Delphi. - It should effectively scan the registry. - Extracted program names should be displayed in a listbox. This is a simple task, but it's important that the code is efficient and free from bugs.

    $120 (Avg Bid)
    $120 Wastani wa Zabuni
    22 zabuni

    ...dignsge content and screen management system. The cms allpws us to control the content displayed in-store TV screens. The platform can be seen here: - If you have digital signage experience this will be ideal (this is not building a website) - Fluent English speaking - We would like to work with a freelancer, not a company (paid hourly) - Proven development experience (sample of similar works required) - Experience in Android: java | Windows: c# | - Web-based CMS: PHP/JS, HTML and CSS - Experience in RSS/XML will be an advantage. Someone reliable, hard-working, English speaking, and skilled. Some of the tasks; - SAAS completion, - Redesign/interface changes - 40 new features - new widget/feed integrations and Customisation - improved reliability/scalability - CMS

    $25 / hr (Avg Bid)
    $25 / hr Wastani wa Zabuni
    79 zabuni
    Trophy icon Graphic Designer & Photo Editor 1 siku left

    I'm in need of a skilled graphic designer with photo editing capabilities. I need to create a creative template for this photo for the winner of a mystery shopper contest called : smile for each custmer. in the template i need : 1- the ...with good editing and retouching. 2- the saba company logo. 3- the arabic text : ابتسامة لكل مراجع 4- you must align with brand guidelines, using the same logo colors in design, use only straight lines and sharp edges objects(ni curved shapes) 5- use brand fonts only. Brand assets in this link : attached sample of our designs to give you more idea about brand identity after choosing the winner entry, he will apply the template on 3 more photos. thanks

    $20 (Avg Bid)
    Imehakikishiwa
    $20
    60 wasilisho

    I will provide you code as discussed

    $124 (Avg Bid)
    $124 Wastani wa Zabuni
    1 zabuni

    I am in need of a comprehensive essay on autonomous vehicles that is 12-15 pages long. The essay should be written in APA style with proper academic citation and references. The essay should include a clear introduction, body, and conclusion. Additionally, I would appreciate if there could be some graphical content inserted where relevant. I...relevant. Ideal skills and experience for this job would include: - Proficiency in academic writing and research - Strong understanding of APA citation style - Prior experience writing about technological subjects, especially in the automotive industry - Ability to create and insert graphical content in an essay - Meeting a tight deadline of 1 week for the completion of the essay. Please include a sample of your previous academic writing if...

    $73 (Avg Bid)
    $73 Wastani wa Zabuni
    20 zabuni

    ...Portfolio design, Navigation optimization • Knowledge: Expertise in mobile responsive design • Experience: should have proficiency in developing portfolio websites. Goods sense of design and understanding of current trends in portfolio websites will be advantageous for SEO as well. There will be around 45 pages, will provide the content as well. Please bid with your solution approach and a sample of portfolio websites you have created earlier....

    $90 (Avg Bid)
    $90 Wastani wa Zabuni
    24 zabuni
    Home Goods E-Commerce Design 5 siku left
    DHIBITISHWA

    I'm looking for a skilled graphic designer to create a minimalist logo and an image template for my upcoming e-commerce site. Key Requirements: - Logo Design: The logo should reflect the minimalist style, and convey the essence of quality home goods. - Image Template: The image template should be versatile and adaptable, suitable for products of varying sizes Ideal ...Proficiency with minimalist design and understanding of home goods market. - Ability to create adaptable, scalable image templates. - Strong communication skills to understand and translate my vision into a cohesive design. If you're a creative designer who can deliver high-quality, on-brand designs, I'd love to hear from you. Ill need the template files PSD so i that i can edit in the future Refer sa...

    $34 (Avg Bid)
    $34 Wastani wa Zabuni
    87 zabuni
    Trophy icon Design redo in tailwind css 5 siku left

    Hi, need to redesign this interface in tailwind CSS, the design should be portable. The sample interface is attached.

    $30 (Avg Bid)
    Imehakikishiwa
    $30
    23 wasilisho

    ...live-action video content suitable for social media - Excellent storytelling skills and the ability to differentiate between the general and specific content provided for each branch - A high degree of adaptability to utilize the provided assets and similar video samples The video should be approximately 8 to 9 frames long; assets, including sample videos, will be provided to aid your creativity. Please note the goal is not to simply recreate the sample videos. You will need to flex your creative muscles to ensure our video campaign stands out. Frame 1: Text: Summer School Adventures Begin! Registration Open Now! Footage: Energetic montage of children laughing, playing, and learning in various settings (classroom, outdoors, art projects). Frame 2: Text: Engaging Progr...

    $105 (Avg Bid)
    $105 Wastani wa Zabuni
    47 zabuni

    As the project owner, I'm seeking a professional skilled in Pine Script with experience in retrieving code from private scripts on Trading view. The key objectives of this project include: - Extracting the Pine Script code from a specific invite-only script (the script name will be shared privately upon project commencement). Unfortunately, it's currently unknown which specific script to be used, but clarity will be provided as the project progresses. - Discern the implemented functions within the script. The functionalities mainly centered around recognizable trading indicators like Moving averages, Pivots, Fibonacci and MACD. - The code extraction should consider compatibility with variable timeframes. Whilst exact timeframes aren't specified yet, f...

    $114 (Avg Bid)
    $114 Wastani wa Zabuni
    4 zabuni

    ...seeking a skilled Java developer to contribute to the development of an e-commerce platform (basic) with the following key features: User Management: Implementation of user accounts with basic profile information (name, email, password). Product Management: Creation of a product listing functionality with basic product details (name, description, price, category, etc.). Inclusion of at least 100 sample products for demonstration. recommendation system: Generate recommendations based on simple rules and user behavior. For example, you can recommend products that are popular among other users, products in the same category as the ones the user has viewed, or products with similar price ranges. Store and update user view history in the database. Display recommended products on the ...

    $14 (Avg Bid)
    $14 Wastani wa Zabuni
    9 zabuni

    We need logo for our fitness product brand "Styfit" which is a fitness brand, which we are going to lanuch in our e-commerce store I have attached a sample logo for your reference. Need source file with all the fonts and elements. if you have any questions, please dm me. Thank you!

    $10 (Avg Bid)
    Imehakikishiwa
    $10
    208 wasilisho

    I'm seeking a talented logo designer to create an innovative, modern and minimalist logo. Key Points: - I have a sample of what I want the logo to look like, however, I'm open to creative interpretations. - The primary message I aim to convey with this logo is 'Creativity and Innovation'. - The style I prefer is modern and minimalist. Ideal Skills: - Proven experience in logo design - Proficiency in modern and minimalist design - Strong creative flair and ability to think innovatively - Excellent communication skills to understand and interpret my vision accurately. Logo needs to be done today and around 3 different variants so they can pick the version.

    $23 (Avg Bid)
    $23 Wastani wa Zabuni
    72 zabuni

    ...skilled Java developer to contribute to the development of an e-commerce platform ( A BASIC DESIGN ) with the following key features: User Management: Implementation of user accounts with basic profile information (name, email, password). Product Management: Creation of a product listing functionality with basic product details (name, description, price, category, etc.). Inclusion of at least 100 sample products for demonstration. recommendation system: Generate recommendations based on simple rules and user behavior. For example, you can recommend products that are popular among other users, products in the same category as the ones the user has viewed, or products with similar price ranges. Store and update user view history in the database. Display recommended products on th...

    $131 (Avg Bid)
    $131 Wastani wa Zabuni
    10 zabuni

    I'm currently working with an existing Python code and need a professional to review and improve upon it. I'm not certain what version it is therefore freelancer with knowledge in both Python 2 and Python 3 is preferred. Ideal Skills: • Proficient in Python coding • Experience in code optimization • Excellent debugging skills Work Scope includes but not limited to: • Code review: Inspect existing Python scripts • Troubleshooting: Identify and fix any code errors • Optimization: Enhance code for better efficiency and performance The successful candidate should be able to work independently based on the existing code and requirements provided.

    $11 / hr (Avg Bid)
    $11 / hr Wastani wa Zabuni
    13 zabuni

    As an entrepreneur, I am seeking a proficient web developer to construct an innovative e-commerce website boasting a unique QR code feature and credit card processing capabilities. Experience in handling similar projects would be ideal. You need to: - Develop a user-friendly e-commerce website - Integrate a credit card processing system - Design an exclusive QR code feature to download the application If you are a creative problem solver with outstanding skills in web development and have a history of incorporating payment systems into platforms, your application would be strongly considered. Show me your track record of similar work, so I can foresee how successful our project can be.

    $307 (Avg Bid)
    $307 Wastani wa Zabuni
    75 zabuni

    I'm in need of a skilled programmer to create an automation code page for me. This code page will be focused on text processing, so a strong understanding of working with textual data is essential. Key Requirements: - Proficient in JavaScript: The automation code should be written in JavaScript to ensure compatibility with other platforms. - Automation Experience: The primary function of this code will be automating tasks. A proven track record in building automated processes is highly desirable. - Text Processing: The code must be able to accurately and efficiently process textual data. Experience in this field will be a huge advantage. If you have experience in JavaScript, a background in automation, and a strong familiarity with text processing...

    $19 (Avg Bid)
    $19 Wastani wa Zabuni
    9 zabuni

    Freelance Video Editor Needed for Music-Related YouTube Content I am seeking a skilled freelance video editor with expertise in YouTube video editing and a strong understanding of music. You will be responsible for editing a variety of long and short videos for my clients, ensuring they are engaging and of the highest quality. Example of Editing Style Required: Sample Video Key Responsibilities: Proficient in video editing software Experienced in editing music-related videos Ability to create visually engaging content Creative with strong conceptualization skills Prioritize audio and video enhancement to elevate

    $113 (Avg Bid)
    $113 Wastani wa Zabuni
    33 zabuni