Algorithm matlab code jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 algorithm matlab code jobs found
    Python Code Debugging
    1 day left
    Verified

    My Python code has some logical bugs that need to be fixed. The issues occur every time the program runs. I am looking for an experienced Python programmer who can debug the code and ensure it runs smoothly.

    $19 / hr Average bid
    $19 / hr Avg Bid
    94 bids

    I'm looking for a YouTube person like this @invideo...videos and tutorials. Key Responsibilities: - Conceptualize, script, and produce advanced tutorial-focused YouTube content. - Manage all aspects of production, from filming to editing to uploading. - Optimize content for SEO and audience engagement. Ideal Skills: - Proven experience in creating educational YouTube content. - Exceptional video editing skills. - Strong understanding of YouTube's algorithm and SEO. - Ability to simplify complex concepts for visual learners. Experience: - Prior experience with advanced level content creation is a must. - A portfolio of previous educational YouTube videos is highly desirable. Please submit your bid along with examples of your previous work that align with this project.

    $1072 Average bid
    $1072 Avg Bid
    23 bids

    ...Ensure previous allocations do not constrain recalculations but minimize unnecessary material movements. Constraints: Spatial constraints: Exclude zones like pathways or restricted access areas. Temporal constraints: Respect predefined periods for zone occupation. Logistical constraints: Minimize movements of already stored materials. Avoid overlaps with other activities on-site. Optimization algorithm: Leverage scheduling/bin-packing algorithms to: Maximize zone utilization. Resolve conflicts (e.g., overlapping needs or overstocking). Suggested technologies: Google OR-Tools, Scipy (Python), or equivalent. 2.4. User Interface (UI/UX) Integrated dashboard: Weekly storage allocation summaries. Conflict alerts and resolution suggestions. Graphical view with annotations: Display plan...

    $8743 Average bid
    $8743 Avg Bid
    61 bids

    I'm looking for an expert in social media marketing to help boost user sign-ups via a referral code. Key Deliverables: - Develop a strategy to promote the referral code on Facebook. - Create engaging content that encourages shares and interactions. - Monitor and report on progress and user sign-ups generated from the campaign. Ideal Skills: - Proven experience in social media marketing, specifically on Facebook. - Strong content creation skills. - Ability to analyse and report on data.

    $419 Average bid
    $419 Avg Bid
    44 bids

    I'm experiencing an issue with my Wordpress site where the product filter isn't returning the correct results. This is a critical issue that needs urgent attention. It appears to be stemming from a custom code implementation rather than a plugin or built-in functionality Anydesk Ideal Skills: - Expertise in Wordpress - Proficient in PHP and JavaScript (as these are common languages for Wordpress custom code) - Strong debugging skills Experience with developing and maintaining Wordpress e-commerce sites is a plus. A keen eye for detail and a methodical approach to problem-solving will be essential in diagnosing and fixing this issue.

    $6 / hr Average bid
    $6 / hr Avg Bid
    21 bids

    I'm seeking a Python expert to develop a classification algorithm capable of distinguishing specific product image variants. Key project details: - Image Types: The images pertain to various objects, specifically within the product category. - Image Characteristics: The images are relatively simple, but the primary challenge stems from dealing with similar looking objects. Ideal candidates for this project should be proficient in Python and have experience in image processing and machine learning. They should have a strong understanding of algorithm development and be capable of creating a solution that can accurately classify these product images.

    $150 Average bid
    $150 Avg Bid
    50 bids

    I'm looking to develop a unique, interactive, web-based Code Adventure Game with a focus on Python programming. The goal of the game is to help adult users learn programming in a fun and engaging way. Key Features: - Simple, easy to implement game structure, but with novel twists to keep it interesting - Each level will present a programming challenge that the user must solve to progress - Challenges will involve fundamental programming concepts such as printing messages, using conditionals, loops, and functions - Game will primarily include graphical puzzles, adding an extra layer of complexity and engagement - Designed specifically for adults, so challenges will be targeted at this demographic Ideal Skills and Experience: - Proficient in Python with a strong understanding ...

    $78 Average bid
    $78 Avg Bid
    9 bids

    ...GPS functionality. Project is based on C++ code for Telecom + GPS programming. We are looking for an experienced freelancer to review and fix a C++ codebase developed in the Arduino environment. The project involves programming an ESP32 to work with a GPS correction system using NTRIP and communicating with the ZED-F9P module via I2C. Code is ready but we are having some issues, and they must be fixed. - we have the project hardware done, just need to get the code fixed, we can test locally after changes. Project Overview: The system receives GPS correction data via NTRIP using an internet connection through either Wi-Fi or mobile data. These corrections are then transmitted to the ZED-F9P module to enhance GPS accuracy. Currently, the code has issues s...

    $517 Average bid
    $517 Avg Bid
    22 bids

    We have an old PHP Website, we need to relaunch this website with new layout. The new layout ( HTML + CSS ) is ready. There will be other contents. We also have a simple CMS for the website where we create menu, texts links etc We will add new menu and texts in this CMS and display in our Website

    $160 Average bid
    NDA
    $160 Avg Bid
    194 bids

    ...Remote Work Project Overview: Debug and validate research code comparing Isolation Forest and LSTM effectiveness in anomaly detection, focusing on their combined performance improvement. Key Responsibilities: Debug existing codebase that: Tests Isolation Forest performance Tests LSTM performance Evaluates combined model approach Validate results showing: Individual model metrics Combined model improvements Statistical significance Performance comparisons Required Skills: Strong Python/ML debugging experience Familiar with Isolation Forest and LSTM Experience with performance metrics Statistical analysis capability Key Focus: Validate that combining these models provides measurable improvement over individual approaches. Note: Code is already implemented - role fo...

    $532 Average bid
    $532 Avg Bid
    58 bids

    I need an experienced Moodle developer to integrate a working skeleton plugin code (a chatgpt plugin) into another functioning plugin which currently provides hints from user submissions to VPL. Ideal Skills: - Extensive experience with Moodle 4.x - Proficient in plugin development and integration - Familiarity with chatgpt plugins - Understanding of VPL (Virtual Programming Lab) - Excellent problem-solving skills

    $38 Average bid
    $38 Avg Bid
    39 bids

    Hello everyone, I need a tradingview pine script convert to C# code. My C# coding skills are OK, but I don't understand pine script. That's why I need help. I would like the source code though. The end result has to work. No missing functions. Here's the script : //@version=5 indicator("Pi Cycle Top & Bottom Indicator [InvestorUnknown]", "Pi Cycle Top & Bottom Indicator", overlay=false) // - - - - - INPUTS - - - - - //{ simple int short_len = (111, "Short Length MA") simple int long_len = (350, "Long Length MA") simple string ma_type = ("SMA", "Moving Average Type", options = ["SMA", "EMA"]) simple string mode = ("LOG(X)", &q...

    $165 Average bid
    $165 Avg Bid
    45 bids

    ...an execution path). Handle signals to interrupt or stop repetitive tasks (e.g., using SIGINT or SIGTERM). 5. Structured Programming Organize code into .c and .h files, and follow naming conventions for functions and variables. Create short, modular functions that perform a single task. 6. Using a Makefile Know how to write a Makefile to automate the compilation of source files. 7. Interactivity Implement an interactive mode with text menus to configure parameters dynamically. Handle user input with functions like scanf and fgets. 8. Documentation Create a README file to explain the program's functionality, use cases, and any limitations. Document code with clear comments. 9. Programming Skills Manage loops (for repetitions), conditional structures, and dynamic arrays....

    $23 Average bid
    $23 Avg Bid
    21 bids

    I need a skilled developer to integrate various OpenAI functionalities into my mobile app. The app should support both iOS and Android. Key OpenAI Integrations: - Text generation (GPT...both iOS and Android. Key OpenAI Integrations: - Text generation (GPT-3) for automated responses in a chat - Image generation (DALL-E) for creating images based on user input - Speech to text (Whisper) for transcribing audio to text Essential Skills: - Proficiency in Java, Java Spring Boot, Swift, Objective-C, MySQL, and Android Studio is mandatory. - Familiarity with Linux, UI design, and Algorithm Recommendations would be a bonus. Your primary responsibility will be the integration of all functional models of OpenAI, including the completed versions of GPT-3, DALL-E, Whisper, TTS, and visual fi...

    $597 Average bid
    $597 Avg Bid
    67 bids

    I am looking for a professional who can assist me with real-time optimization strategies in motor drives control. Specifically, I need help in MTPA Strategy using Model Predictive Control for optimizing the performance of permanent magnet synchronous motor (PMSM) drives using MATLAB Simulink. Key Requirements : 1)Results required Of three Phase currents with and without MTPA, With considering Iron Losses and Without considering Iron Losses. 2) Results Required of Electromagnetic Torque with and without MTPA, With considering Iron Losses MTPA and Without considering Iron Losses MTPA. 3) Motor Speed results perfectly tracking the Reference speed 4) D-Axis and Q-axis Results Required with and without MTPA, With considering Iron Losses MTPA and Without considering Iron Losses MTPA. ...

    $53 Average bid
    $53 Avg Bid
    11 bids

    ...Incorporate historical and real-time data inputs. Handle multivariate time series, including external factors. Model Outputs: Daily demand forecasts (minimum 30 days in advance). Confidence intervals for forecasted demand. Performance Metrics: Evaluate using MAE, RMSE, and MAPE to ensure accuracy. Achieve an MAE of less than 5% for daily demand forecasts. Profit Maximization Algorithm: Develop a smart algorithm to dynamically decide: Whether to allocate trips internally or outsource. Optimize based on: Internal truck costs (fuel, labor, maintenance). Outsourcing costs (vendor rates). Revenue opportunities from high-priority trips. Opportunity costs for low-priority trips. Logic: If forecasted demand exceeds internal capacity: Prioritize high-revenue trips...

    $1008 Average bid
    $1008 Avg Bid
    37 bids
    Python Code Debugging
    1 day left
    Verified

    My Python code has an consistent bug that needs fixing where it is not updating the metrics correctly. I need a Python expert to diagnose and fix the issue. developer to be well versed with the ms sql and yahoo finance

    $33 Average bid
    $33 Avg Bid
    42 bids

    I need to implement a QR code on my website which allows users to scan, login and save their profile details for future visits. The QR code should be easy to find and use, and the process should be seamless and secure. This is a one-time login for each user, so they won't need to scan again on subsequent visits. for first request url it brings QR code from tiktok website and send it as base64, when user scan the QR all his cookies are saved so next time for the same username he want to request it logs in directly without asking for QR code scan for the second url will get the information for specific user it will return his username and coins balance

    $19 Average bid
    $19 Avg Bid
    11 bids

    More details: Which platforms do you want the Ludo game to be developed for? Web, Android What type of user authentication do you want for the game? Email and Password, Guest Login Which game modes do you want to include? Computer, Local Multiplayer, Real-Time League, Play online with active player

    $1168 Average bid
    $1168 Avg Bid
    21 bids

    I'm looking for a skilled marketer who specializes in Social Media Marketing with a strong focus on video content. Your primary responsibility will be promoting my brand on Instagram and TikTok through engaging video content. Ideal Skills: - Expertise in Social Media Marketing, particularly on Instagram and TikTok - Proficiency in creating and editing video content - U...particularly on Instagram and TikTok - Proficiency in creating and editing video content - Understanding of social media trends and audience engagement strategies - Ability to develop and implement effective marketing strategies Experience: - Proven track record of successful brand promotion on social media - Prior experience with video content marketing - Familiarity with Instagram and TikTok's algorithm...

    $83 Average bid
    $83 Avg Bid
    50 bids

    I'm looking for a Python expert to help me automate my trading strategy, specifically for Zerotha entry and exit points. I have some ideas but need a skilled professional to assist in transforming these into a working algorithm. Ideal Skills: - Python programming - Automation - Understanding of trading strategies Experience: - Prior experience in trading automation preferred - Familiarity with Zerotha platform is a plus

    $95 Average bid
    $95 Avg Bid
    8 bids

    My website is experiencing a critical issue with a spam code pop-up that is appearing across the entire site. This needs immediate attention. Skills and experience required: - Proficient in website debugging and troubleshooting - Experience with identifying and removing spam code - Knowledge of web security measures - Ability to work under pressure to resolve urgent issues

    $28 Average bid
    $28 Avg Bid
    82 bids

    I'm looking for a skilled web developer to create a web application designed to identify fraudulent rental advertisements. The application should function primarily through automated algorithms, which will help in the detection of these scams without the need for manual intervention or solely relyin...automated algorithms, which will help in the detection of these scams without the need for manual intervention or solely relying on user reports. Key Requirements: - Implement automated algorithms for ad detection - Make the application user-friendly and intuitive - Ensure the application is robust and secure Ideal Skills and Experience: - Proficient in web development and coding - Experience with algorithm design and implementation - Previous work on similar detection systems ...

    $348 Average bid
    $348 Avg Bid
    86 bids

    I'm looking for a skilled React front-end developer to work with my Django backend. Key Responsibilities: - Collaborate with the backend team to ensure seamless integration - Implement responsive design for a consistent user experience across devices - Develop custom forms and interactive charts/graphs as per project requirements Ideal Skills: - Proficiency in React.js and Django - Experience with responsive design - Ability to create custom forms and interactive elements Personality : - No toxication - Fast work deliveries, responsive, and agile If you're a proactive developer with a knack for front-end coding, I would love to hear from you. Salary : $5/Page $3/Hour for modifying / code's maintenance

    $7 / hr Average bid
    $7 / hr Avg Bid
    69 bids

    I'm looking for an experienced developer to create an app, "The Real Fake Face." This AI-driven tool will generate highly realistic synthetic faces for various creative projects, primarily in advertising, film, and art installations. Key Features: - Deep learning algorithms to create fictional, yet lifelike faces. - A user-friendly interface for ease of use. - Options for different 'styles' of faces, from slightly abstract to highly detailed. -Have a option to Install gb Whatsapp or insta mod app -a repo file of codes for modify The synthetic faces need to be stylized rather than photorealistic. The ideal candidate for this project should be well-versed in deep learning and AI, with a strong background in app development. Experience in creating tools for the cr...

    $102 Average bid
    $102 Avg Bid
    15 bids

    Hi Usman I am really thank to you for contacting me to get my service. I am really happy to give you my quote for the services required by you. Please find below my rate for services Regards

    $150 Average bid
    $150 Avg Bid
    1 bids

    I'm having trouble with a C# code that uses the Amazon SPI API. The issue occurs when I try to fetch order details. The code is throwing an error saying "The specified pagination token is invalid" during the initial data fetch. The project requires someone with: - Proficiency in C# - Familiarity with the Amazon SPI API - Experience in debugging compile, runtime and logic errors. - Understanding of fetching order details from APIs. A successful fix will ensure the code retrieves order details correctly. "The specified pagination token is invalid or not compatible with the provided filters in the request input"

    $161 Average bid
    $161 Avg Bid
    33 bids

    Technical Documentation and Code Quality Improvement Task Note: This is supposed to be 2-3 hours job using AI tools. Tools: • Python • Google Colab • Google Drive • Windsurf code editor Part 1: Code Analysis and Documentation 1. Review the provided code and data: o Install and use Windsurf code editor on your machine o Create and open new project folder in Windsurf o Download codes to the folder and analyze the existing codebase o Identify potential improvements and issues o Document any bugs or inefficiencies found 2. Create a professional file that includes: o Clear one-line project description o Step-by-step installation instructions for beginners o Dependencies and system requirements o Flow diagram showing the process o Known i...

    $3 / hr Average bid
    $3 / hr Avg Bid
    13 bids

    ...profile through high-quality link-building efforts. Monitor and disavow harmful or low-quality backlinks. Analytics & Reporting: Set up and monitor Google Analytics and Search Console to track progress. Provide regular reports detailing improvements in ranking, traffic, and overall SEO performance. Ideal Skills and Experience: Extensive experience in SEO, with a strong focus on Google’s search algorithm and ranking factors. Proven track record of achieving first-page rankings for websites in competitive niches. Expertise in service page optimization and content enhancement. Deep understanding of current SEO trends, techniques, and tools such as Google Analytics, SEMrush, Ahrefs, or similar platforms. Strong communication skills to provide clear updates and strategic r...

    $106 Average bid
    $106 Avg Bid
    152 bids

    ...and ensure consistent messaging across all channels. - Utilize Magento experience and Google Merchant to manage product feeds, ensure accurate data, and optimize listings for maximum visibility and conversion. - Analyze campaign performance using Google Analytics and other tools, providing actionable insights and recommendations for improvement. - Stay up-to-date with industry trends, Google algorithm updates, and best practices to maintain our competitive edge. Qualifications: - Bachelor's degree in Marketing, Business, or related field. - Senior experience managing Google Shopping campaigns, preferably in the fashion or e-commerce sector. - Proficiency in Google Ads, Google Analytics, Google Merchant and Magento is a must. Google certifications is a big plus. - Strong ana...

    $651 Average bid
    Featured
    $651 Avg Bid
    26 bids

    Our team is on the brink of publishing and selling a Shopify theme, but we need a skilled developer to enhance it with advanced customization options. We have a few specific areas of focus: - Color scheme settings: The theme needs to allow users to easily change the color scheme to suit their brand or personal preferen...Custom layout options: The theme should be able to support a variety of different layouts, giving users the freedom to arrange their content as they see fit. We don't require any specific plugin compatibility, as the theme should be standalone and not reliant on external plugins. Therefore, a strong background in Shopify theme development is essential. Please provide examples of custom themes or code you have developed in the past. My budget is $220, not neg...

    $161 Average bid
    $161 Avg Bid
    65 bids

    Hello, I need an experienced developer to help me recover and verify the source code of my mobile application, Recently, I hired a developer to build the app, but he has stopped responding. I have: 1. A source code file (sent by the previous developer). 2. The APK file of the application (currently installed on my mobile device). I need someone to: Verify if the source code matches the APK file. Rebuild the app if necessary using the existing APK and source code. Ensure the app can be further developed and maintained. Skills required: Mobile app development (Android, iOS). Source code verification and reverse engineering. Familiarity with APK decompilation (if needed). This project is urgent, and I’m looking for a skilled professiona...

    $541 Average bid
    $541 Avg Bid
    121 bids

    I am looking for a skilled developer to modify the Magi AI OpenAI Content Text Image Chat Code Generator. The modifications are primarily aimed at adding new features to improve the functionality of the software. *I will share the script Link later at inbox! Key Tasks: - Code modification to include a feature where users can generate a sequential contract. This contract should be based on a 'Next-Next' flow. Ideal Skills: - Proficient in Laravel, JavaScript, Python, or the programming language used in the original code. - Experience with SaaS applications and AI models. - Ability to understand and modify complex code structures. - Previous work with CodeCanyon scripts is a plus. If you're passionate about AI and a skilled coder, this projec...

    $471 Average bid
    $471 Avg Bid
    57 bids

    ...QR Code Integration: • A QR code must direct readers to the online form. This QR code will be used in a letterbox drop. 3. Email Notifications: • Upon form submission: • Send a confirmation email to the user. • Automatically send the local council an email containing the user's name and surname in a scripted message. • Send a copy of the council email to a designated mailbox. 4. Testing Support: • Assistance in testing the entire process using dummy email accounts to ensure functionality and reliability. Additional Requirements: • The messaging content for emails and the endorsement form will be provided. • The project is urgent and must be completed within 2 days. Skills & Experience: - Proficiency in online for...

    $62 Average bid
    $62 Avg Bid
    19 bids

    Legacy Careers LLC is seeking a highly skilled social media strategist to help grow our brand presence, increase engagement, and optimize content across multiple platforms (YouTube, TikTok, Instagram, LinkedIn, Facebook, Twitter/X, Threads, and Bluesky). We’re looking for someone who: ✔ Understands the latest social media trends and algorithm updates ✔ Can create a content strategy that aligns with our business goals ✔ Knows how to optimize posts for maximum engagement, SEO, and virality ✔ Can analyze content performance and adjust the strategy based on data insights ✔ Is familiar with career coaching, job search trends, and professional growth content Responsibilities: ✅ Develop monthly content calendars and strategic posting schedules ✅ Research & apply viral trends (e...

    $355 Average bid
    $355 Avg Bid
    30 bids
    Matlab Project
    11 hours left
    Verified

    I'm seeking an experienced Matlab specialist for a project focused on simulation and modeling within the field of physics. The primary objective is to analyze scientific data and develop simulations based on it. Ideal Skills: - Proficient in Matlab - Background in physics - Experience with simulation and modeling - Data analysis skills - Algorithm development experience If you have a strong grasp of physics and can create accurate and efficient simulations in Matlab, please reach out.

    $25 Average bid
    $25 Avg Bid
    36 bids

    ...region audience effectively. Influencer Marketing Experience: A track record of working with beauty influencers, helping them achieve significant growth and engagement. Proven Results: Showcase past campaigns with success metrics (follower growth, engagement rate increases, or viral campaigns). Platform Expertise: Skilled in Instagram and TikTok growth strategies, including content trends, algorithm hacks, and community-building techniques. Data-Driven Strategy: Ability to analyze performance and provide clear, actionable insights backed by real numbers and case studies. Why Collaborate with Me? I am passionate about beauty and have already built a strong foundation in creating engaging makeup and skincare content. Together, we can push the boundaries and connect with an eve...

    $334 Average bid
    $334 Avg Bid
    46 bids

    Project Overview: I am seeking a skilled software developer with expertise in financial trading platforms and C# programming to develop a custom broker connector for the StockShar...strategy development and automation Desired Qualifications: - Previous experience developing trading platform connectors - Understanding of algorithmic trading concepts - Knowledge of market microstructure and trading workflows Deliverables: - Fully functional StockSharp broker connector - Implementation guide for connector configuration and usage - Deployment of fully operational trading algorithm Estimated Project Duration: 2 weeks Please navigate to: Read it carefully and only submit proposals if you are able to handle the task.

    $252 Average bid
    $252 Avg Bid
    9 bids

    ...mining computers (can be changed easily via the Braiins OS), based on the power being generated by rooftop solar panels (solar monitored via Powersense monitor + also by inverter login/dashboard). I have illustrated the outline of what I require in a brief pdf document which I can send you. I also have more detailed plans for a small database/csv file 'fields required' & extensively documented algorithm on how the mining power levels should be set formulaically depending on the real-time solar output etc. Please contact me for more questions as I'm happy to provide plenty of detail & I have already documented the structures & specific rules to be implemented. I am looking for this job to be done relatively quickly (less than 2 weeks), so please only...

    $14 / hr Average bid
    Featured
    $14 / hr Avg Bid
    14 bids

    I'm seeking an experienced WooCommerce developer to help fix some bugs on our website. A significant portion of this job will involve auditing the site's code. Key Tasks: - Fixing issues with website changes reverting to pre-change mode - Enhancing minor design elements at the HTML level, primarily focused on improving the site layout - Conducting a thorough audit of the site's overall performance This project requires a professional with a deep understanding of WooCommerce, a keen eye for design, and strong coding skills. The ideal candidate will be able to identify and rectify the issues with the stability of the code, ensuring the site functions smoothly and reliably.

    $85 Average bid
    $85 Avg Bid
    52 bids

    I need a Shopify expert to modify the code of my custom theme. I want to display 50 products per page on my collections pages, instead of the current limit of 30. This change only needs to apply for collection pages; search results or other pages do not require this adjustment. Ideally, you should: - Have extensive experience with Shopify and its coding language. - Be able to navigate and modify custom themes. - Understand how to apply changes to specific sections of a site. Please note that my collections pages do not have any custom filters or sorting options, which should simplify your task. I look forward to your proposals.

    $19 / hr Average bid
    $19 / hr Avg Bid
    56 bids

    I'm seeking an experienced Python programmer to help me optimize my code. The primary goal is to enhance the speed of the algorithm. The code currently processes numerical data.

    $170 Average bid
    $170 Avg Bid
    78 bids

    I am in need of an experienced VB6 developer who can update my source code and add new features to my application. Key Requirements: - Update existing VB6 application source code - Implement user authentication - Integrate data export functionality - Enhance existing reporting tools The primary goal of this project is to add new features to the application. Please note that I am not looking to fix any bugs or improve performance at this time. Your main focus will be on the successful implementation of the new features. Ideal Skills and Experience: - Extensive experience with VB6 - Proven track record of updating source code - Prior experience implementing user authentication - Capability to integrate data export functionality - Experience enhancing reporting tools...

    $513 Average bid
    $513 Avg Bid
    37 bids

    ...a professional who can organically rank my T-shirts on the first page of Amazon. This role specifically focuses on Amazon Merch on Demand for T-shirts and does not involve ads or link building. Must be organic and be an expert with Amazon A10 Algorithm and can guarantee to rank on first page Key Responsibilities: - Optimizing listings for T-shirt designs, including title, brand, bullet 1, bullet 2, and description. - Conducting test listings to determine ranking potential. The ideal candidate will have a deep understanding of the Amazon A10 algorithm and can demonstrate their ability to rank T-shirts through a test listing. If successful, I have hundreds of designs that require ongoing ranking services. Please note: Many individuals design T-shirts, but few provide rank...

    $42 Average bid
    $42 Avg Bid
    10 bids

    I'm in need of a Windows compatible GUI application built upon my existing Fortran code. The desired user interface style is a Cross-platform one, ensuring it is intuitive and user-friendly. Key Features: - Data Visualization: The application should be capable of visually representing data in a clear and comprehensible manner. - Data Input Forms: There should be interactive forms for data entry, making the application accessible for users with varying levels of technical expertise. - File Processing: The ability to process files is crucial, enabling users to work with their own datasets. Ideal Skills: - Proficiency in Fortran and GUI development. - Experience in creating Cross-platform style user interfaces. - Competence in implementing data visualization tools and file proce...

    $8 / hr Average bid
    $8 / hr Avg Bid
    2 bids

    I need an expert to review and correct the back-end code of my e-commerce website built with React. Key Requirements: - Deep understanding of React and its ecosystem - Experience in back-end functionality troubleshooting - Ability to conduct comprehensive code reviews - Skills to implement effective corrections Your main task will be to ensure the back-end functionality of my site is smooth and reliable.

    $133 Average bid
    $133 Avg Bid
    25 bids

    ...in developing subscription-based models will also be highly beneficial. Project Overview: The platform aims to connect freight forwarders, shippers, and carriers worldwide, facilitating efficient and cost-effective freight management. The platform will include features such as: - User registration and profiling - Meeting scheduling and management - Freight forwarding marketplace - Matching algorithm - Payment gateway integration - Rating and review system Requirements: - Front-end development: HTML, CSS, JavaScript, React/Angular - Back-end development: Java/Python/Ruby, Spring/Django - Database management: MySQL/PostgreSQL - API integration: Payment gateways, mapping services - Security and authentication: Encryption, secure authentication, authorization Proposal Request:...

    $679 Average bid
    $679 Avg Bid
    28 bids