Python and reactjsJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 python and reactjs jobb har hittats, med prissättning USD

    Hej, Jag har en idé om en multiplayer sudoku spelapp. Jag har fått offerter på 25000 usd för att utveckla spelet men jag vill inte satsa dessa pengar. Jag vill istället skapa spelet själv, men saknar kompetens att göra det. Jag har erfarenhet av programmering i Python, men inte spel. Jag vill ha någon som sätter upp en arbetsplan, där varje steg beskrivs, därefter ger mig viss guidning för att komma genom varje steg. Jag vill alltså både utveckla spelet och lära mig att utveckla själv. Jag behöver någon med erfarenhet av att utveckla multiplayer-spel (design kommer vara relativt enkel) för iphone/android. Dessutom villig att lära ut (skicka länkar/tips på litte...

    $17 / hr (Avg Bid)
    $17 / hr Snittbud
    2 bud
    Project for Raja S. Avslutades left

    Hej, har ett pågående projekt. Vi har kört fast så skulle behöva ett andra öga på projektet. Innefattar python, flask, webscraping.

    $45 / hr (Avg Bid)
    $45 / hr Snittbud
    1 bud

    Uppgiften är att bygga en slumpgenerator i programmeringsspråket python i miljön google colab. Slumpgenreatorn ska kunna läsa in information(i det här fallet namn ifrån ett google spreadsheet och slumpa ut dem här namnen i basgrupper(6 basgrupper, 6 i varje grupp, där vissa grupper blir färre personer) i spreadsheatet. Så alla basgrupperna och elever får bra placeringar. progrmmaet ska och kunna t.e.x slumpa om placeringar och basgrupper i klassrummet om man vill det. Jag kanske inte har förklarat uppgiften så väl, så jag kan enkelt bara dela instruktionerna där allting är väl skrivet så ni får en ökad förståelse för uppgiften.

    $248 (Avg Bid)
    $248 Snittbud
    2 bud

    Hemsida ska ta in en del information från användare och spara de i databas. I hemsidan kan man se hela tabellen i databasen och kan ändra om man vill. Man kan även lägga in nya rekord i databasen. I python programmet som jobbar på bakgrunden skulle jag kunna läsa in de värdena från databasen och föra till en algorithm som är också skriven i python.

    $181 (Avg Bid)
    $181 Snittbud
    2 bud

    Jag jobbar med att sälja plåt och vi skickar certifikat till våra kunder på stålet, jag skulle vilja ha en portal där de kan söka efter certifikatet och ladda ner pdf filen på egen hand. Se länk nedan på liknande lösning. Jag vill kunna lägga upp pdf filerna antingne på onedrive eller köra ftp mot en server. Vi har redan en server som kör lite python grejer så den kan säkert användas för att placera detta i. Vår hemsida är och den är byggd med wordpress.

    $1097 (Avg Bid)
    $1097 Snittbud
    9 bud

    ITSM Delivery söker Integrationsutvecklare för vår kund. Krav: Java Scala Python R Biztalk Erfarenhet av IBM MQ-server och Biztalk som meddelandesystem att integrera till. Erfarenhet av att bygga near-realtime-instrumentpaneler för att stödja affärsverksamheten. Målet är att använda Spark streaming. Erfarenhet - 6 år. Start: augusti, 2019 Ort: Stockholm / Solna Vi erbjuder: Mycket kreativ och dynamisk miljö, vilket ger en hälsosam professionell utmaning till proffs. Långsiktiga projekt och mysig atmosfär. Det här är ett heltidsjobb i Stockholm, ingen frilansmöjlighet. Ta gärna kontakt med mig för mer information.

    $53 / hr (Avg Bid)
    $53 / hr Snittbud
    3 bud
    Uppehåll av hemsida Avslutades left

    Hjälp med kontroll av hemsida. Program som används. MongoDB SailsJS Elastic Search Python MVC - generellt API

    $402 (Avg Bid)
    $402 Snittbud
    2 bud

    sKils: -Docker Hub -Git -Python -Django -AWS -Redis -S3 -NodeJS -Go

    $17 (Avg Bid)
    $17 Snittbud
    9 bud
    Web development Avslutades left

    Jag vill fixa till en webbsida Pandas Python django

    $555 (Avg Bid)
    $555 Snittbud
    1 bud
    Software in Python Avslutades left

    Good programming skills

    $30 (Avg Bid)
    $30 Snittbud
    1 bud
    Programmering i Python Avslutades left

    Hej, Kolla bifogade filer för ytterligare information! Mvh t1f0

    $50 - $50
    $50 - $50
    0 bud

    Hej, har du möjlighet att hjälpa mig med tre deluppgifter i Python? Ämnet är, som nämns i rubriken, sortering och sökning. Deadline fredag 8.5.2015 kl. 22:00 Information om projektet finns bifogat som filer. Med vänlig hälsning, t1f0

    $30 - $30
    $30 - $30
    0 bud
    Vigenerechiffer Python Avslutades left

    Uppgift 1: Din uppgift är nu att skapa ett program med vilket du kan kryptera och dekryptera text som endast innehåller stora bokstäver enligt Vigenere-algoritmen. För att göra det behöver du en tabell, som du t.ex. kan generera med följande funktion: def make_cipher(): cipher = [] i = 0 j = 0 # Väljer bokstäverna A-Z for char in [:26]: ([i:26]+[:j]) i += 1 j += 1 return cipher Förutom funktionen make_cipher behöver du igen två funktioner för att kryptera resp. dekryptera ett meddelande. def encrypt(key, msg): cipher = make_cipher() # ...mer kod def decrypt(key, msg): cipher = make_cipher() # ...mer kod Uppgift 2: Testa programmet med exemplet på ...

    $15 (Avg Bid)
    $15 Snittbud
    1 bud

    for och sekvenser (python) 1) Skriv ett program som tar hand om röstberäkningen i ett val. Kandidaterna numreras 2-7, och vi lagrar varje kandidats sammanlagda röstantal i en lista (rösterna för nr. 2 ska lagras i position 2, rösterna för nr. 3 i position 3 etc). Tänk noga på hur stor lista du behöver! Varje element ska 0-ställas innan man börjar mata in de enskilda rösterna (ingen valfusk här!). För övningens skull antar vi att antalet röstberättigade är 10 personer, av vilka alla röstar (men de kan rösta blankt eller ge proteströster, så varje given röst måste kontrolleras!). Sist ska varje kandidats röstantal skrivas ut 2) För att göra r...

    $15 - $15
    $15 - $15
    0 bud

    hej jag en kurs programmering( python ) som är databaserad och behöver hjälp med. Det är för nybörjare . Pris kan vi komma överens om . hör av dig så fort som möjligt Med vänlig hälsning,

    $155 (Avg Bid)
    $155 Snittbud
    1 bud
    Programkurs att göra Avslutades left

    hej jag en kurs programmering( python ) som är databaserad och behöver hjälp med. Det är för nybörjare . Pris kan vi komma överens om . hör av dig så fort som möjligt Med vänlig hälsning,

    $150 (Avg Bid)
    $150 Snittbud
    1 bud
    uppgift python Avslutades left

    olika delmoment: Kodskelett Innan programmet skrivs ska en specifikation i form av ett kodskelett lämnas in. Syftet är att du ska tänka igenom problemet innan du försöker lösa det. Prototyp När ditt kodskelett har blivit godkänt så är det dags att börja arbeta med en prototyp av programmet. En prototyp är en första körbar version av programmet som innehåller den mest grundläggande funktionaliteten. Syftet med att lämna in en prototyp är att vi ska kunna ge tips och råd om förbättringar och ändringar redan innan programmet är helt klart. Beskrivning av upgiften: Varudeklaration: Filhantering. Str¨anghantering. Hantering av datastrukturer samt s¨ok...

    $27 (Avg Bid)
    $27 Snittbud
    2 bud
    Skriv lite programvara Avslutades left

    Programmeringsspråk: Openwrt (ev. kan Python vara möjligt) Plattform: Carambola2 Applikation: Vid power-on ska enheten kolla GPIO pinnar, koppla upp mot ett av några förutbestämda WiFi-nät och skicka ett e-post och sedan göra sig beredd på power-down. Slutapplikationen är olika, men enkla och ska helst kunna skrivas i ett ANSI-C program som kallar på det som beskrevs ovan, Alternativt en kort intensivkurs att programmera slutapplikationen i Openwrt. WiFi inställningar, e-postadress, e-posstmeddelande och ev. övriga inställningar ska kunna konfigureras via t.ex. USB från en PC (Teraterm duger). Om möjligt vore det bra att kunna ändra dessa inställningar genom att t.ex. skicka e...

    $29 - $245
    $29 - $245
    0 bud

    Jag har pågående arbete relaterat till vårat tidigare projektpython programming'

    $20 / hr (Avg Bid)
    $20 / hr Snittbud
    1 bud
    uppgift python Avslutades left

    olika delmoment: Kodskelett Innan programmet skrivs ska en specifikation i form av ett kodskelett lämnas in. Syftet är att du ska tänka igenom problemet innan du försöker lösa det. Prototyp När ditt kodskelett har blivit godkänt så är det dags att börja arbeta med en prototyp av programmet. En prototyp är en första körbar version av programmet som innehåller den mest grundläggande funktionaliteten. Syftet med att lämna in en prototyp är att vi ska kunna ge tips och råd om förbättringar och ändringar redan innan programmet är helt klart. Beskrivning av upgiften: Varudeklaration: Filhantering. Str¨anghantering. Hantering av datastrukturer samt s¨ok...

    $138 (Avg Bid)
    $138 Snittbud
    1 bud

    I need a Python expert who can create a trading bot for me. This bot will not be tied to any specific trading platform, only related to Indian Stocks but rather designed to be adaptable and functional across various platforms. The bot will need to be able to perform the following tasks: - Data analysis: The bot should be equipped with moving averages, MACD, and RSI indicators for effective analysis and decision-making. - Web scraping: The ability to gather data from various sources is crucial for the bot's functionality. - Automation: The trading bot should be capable of executing trades autonomously based on predefined trading strategies and indicators. Ideal candidates for this project would have: - Profound knowledge and experience in ...

    $1364 (Avg Bid)
    $1364 Snittbud
    14 bud

    As a business, we need a skilled Python Developer to help us with data analysis. Your responsibilities will include: - Analyzing unspecified sets of data to help us make informed decisions about our strategy and operations - Presenting your findings in an easy-to-understand format, with clear implications for our business The ideal freelancer for this project has proven experience with data analysis using Python, knowledge of statistical analysis, and strong problem-solving skills. While not a must, prior experience with business or economic data analysis would strengthen your bid. Don't hesitate if you're up for the task. We are looking to get started soon, preferably finishing within a month.

    $324 (Avg Bid)
    $324 Snittbud
    6 bud

    I'm seeking a highly knowledgeable specialist in mobile robotics simulation using the ROS2 Noetic operating system, turtlebot3 and gazebo. The ideal candidate should possess a thorough understanding of Python as it's crucial for this role as well as deep reinforcement learning knowledge. Key requirements include: - Proven experience in robotics simulation, specifically with a focus on mobile robotics. - Exceptional proficiency with ROS Noetic is essential. - In-depth knowledge of Python. - Ability to work independently and troubleshoot challenging simulation scenarios. The task involves implementing and testing RL algorithms in a short time, so only talk to me if you’re fully available in the next couple of days

    $569 (Avg Bid)
    $569 Snittbud
    16 bud

    I am in need of a quick development of a user interface created from terminal-run code which i wrote (i will provide the code on contact) for my bank management system using Python and Tkinter. The current code will be provided for reference once selected for the project. (AS A GROUP OF STUDENTS WE CAN ONLY GIVE AT MAX 2000 RS WE JUST NEED A BASIC UI NO FANCY UI) Due to the immediate nature of the project within a week, I require the project to be completed as soon as possible. Ideal skills for this job would include: - Proficiency in Python. - Extensive experience with Tkinter. - Strong understanding of UI design. - Ability to deliver under tight deadlines. - Experience in banking software will be a plus. Please ensure your portfolio or similar past work experience...

    $31 (Avg Bid)
    $31 Snittbud
    4 bud

    Here is a list of zip files on a US Govt website. You must write a Python program that uses a network library to download each zip file on this site, then find each .csv file in the zip archive, and copy each .csv file in each zip archive to a hard drive directory on the local windows machine. The directory will be "C:/MedicareDownloadFiles". The files cover the years 2017 to 2024. You may not hardcode file names ... you must extract the filenames from the above https URL. The fee for this will be $30. You must have it done within 60 minutes. Thanks for participating!

    $115 (Avg Bid)
    $115 Snittbud
    30 bud

    ...each year from the SEC website for the period 1995 through 2023 (resulting in approximately 29 10-K documents, it can be less depending on when the company IPOed). • Note that the task is to write a script or program to do this automatically, and not to download all files manually. • You can use the sec-edgar-downloader (https://sec-edgar-downloader.readthedocs. io/en/latest/) package in Python for ease or other similar packages. Task 1.2: Text Analysis • Note: You have to submit ONLY – The program is used to merge data, clean data, perform analysis, and generate visualization. The main task for this part is to conduct text analysis using LLM API available for free. • There are a few services that provide LLM inference API along with som...

    $73 (Avg Bid)
    $73 Snittbud
    5 bud

    Here is a list of zip files on a US Govt website. You must write a Python program that uses a network library to download each zip file on this site, then find each .csv file in the zip archive, and copy each .csv file in each zip archive to a hard drive directory on the local windows machine. The directory will be "C:/MedicareDownloadFiles". The files cover the years 2017 to 2024. The fee for this will be $30. You must have it done within 60 minutes. Thanks for participating!

    $141 (Avg Bid)
    $141 Snittbud
    18 bud
    Java Desktop App Cloud Migration 6 dagar left
    VERIFIERAD

    ...MySQL database component. - Developing a Python-based web interface for users to change settings. The ideal candidate should have: - Proficiency in Java, Python, and MySQL. - Prior experience with cloud hosting, particularly on AWS. - Knowledge of user access control systems, particularly Discretionary Access Control. - A good understanding of desktop-to-cloud migration. - Strong communication skills and attention to detail. We need a developer who can take a Java based desktop application and host it on a cloud instant of AWS. - must have multi user access - must have a database component - must have a web interface that can allow users to configure settings -knowledge of google sheets will be helpful This desktop app uses ZYTE api and...

    $1182 (Avg Bid)
    $1182 Snittbud
    56 bud

    ...fast and secure transactions. Key Components: - The program should primarily focus on conducting transactions in a speedy and secure manner within the Binance Merchant ecosystem. - A user-friendly GUI interface is essential for the program. This will enable easy navigation and interaction for users as they conduct transactions. - The program should be compatible with the Windows operating system. It should run seamlessly and efficiently on this platform. Ideal Skillset: - Proficiency in blockchain technology and understanding of P2P transactions is crucial. - Experience in developing GUI interfaces is a must. - A solid background in software development for the Windows OS. - Previous experience with Binance Merchant or similar platforms would be a bi...

    $163 (Avg Bid)
    $163 Snittbud
    13 bud

    I am in need of a developer skilled in Python for a project concerning the creation of a tablet finder application compatible with Windows. The primary feature of this application must be search filters, specifically, those able to find tablets based on their MAC addresses. Ideal candidate would posses: - Proficient in Python - Experience in creating search filters - Familiar with MAC addresses - Working knowledge of Windows compatibility - Detail-oriented and able to work autonomously. The focus of this project is the development of a reliable application that can perform complex searches based on a tablet's MAC address. This is a specialized task requiring detailed and specific skill sets.

    $151 (Avg Bid)
    $151 Snittbud
    11 bud

    I am in dire need of a proficient machine learning engineer who is well-experienced in model selection, training, and data preprocessing. An ideal candidate would be one who excels in Python programming language since it is what I am most comfortable with. Additionally, you should be adept in handling a medium-sized dataset (1GB-10GB). In short, here's what I need: - Proficiency in Python programming - Robust experience with data preprocessing, model selection, and training - Ability to handle a medium-sized dataset (1GB-10GB) This project offers a great opportunity for those looking to flex their machine learning engineering muscles. I am excited to collaborate and see what your expertise can bring to the project.

    $492 (Avg Bid)
    $492 Snittbud
    42 bud

    I am seeking a Python C++ programmer who can assist me with the D400 Terminal. The primary task involves cloning software from a functioning D400 Terminal to a non-working one (because it ask for program). Ideal skills and experience: - Proficient in Python and C++? - Prior experience with software cloning - Familiarity with D400 Terminal (wich is a tool/machine/screen for concrete truck). Manual for D400 Terminal:

    $142 (Avg Bid)
    $142 Snittbud
    16 bud

    ...is to cater to beginners and intermediate level practitioners who have a basic understanding of programming concepts. The ideal candidate for this job would have: - A strong understanding of machine learning algorithms and their practical applications - Experience in creating interactive web platforms - The ability to simplify complex concepts for a beginner audience - Good programming skills, as some technical programming knowledge will be required for creating the interactive elements Key requirements for the interactive web platform include: - Clear, concise explanations of various machine learning algorithms - Interactive elements such as quizzes, exercises, and visual demonstrations to enhance the learning experience - User-friendly design that is accessible ...

    $444 (Avg Bid)
    Sekretessavtal
    $444 Snittbud
    18 bud

    Modified python script as per client requirement

    $10 (Avg Bid)
    $10 Snittbud
    1 bud

    I'm in need of a Python developer with a focus on machine learning and AI. Your primary task will be to design and implement machine learning algorithms for our project. I'm looking for someone who can bring both technical skill and creative problem-solving to the table. Ideal Skills and Experience: - Strong Python programming skills - Proven experience in machine learning and AI - Previous project experience in this area I'm open to discussing the project, solving problems, and communicating progress. Looking forward to working with you.

    $121 (Avg Bid)
    $121 Snittbud
    31 bud

    I'm looking for a skilled Python developer who can help me with two key areas: revamping the structure of my code for efficiency and readability, and aiding in the creation of data visualisations. Key Tasks: - Code Improvement: enhancing the structure of my Python code. - Data Visualization: We'll be working on creating a range of data visualizations, including charts and graphs as well as interactive dashboards. You should have experience in creating these in Python. Ideal Skills and Experience: - Strong Python programming skills - Proven track record in code improvement - Previous experience with data visualization, particularly in Python - Familiarity with visualization libraries such as Matplotlib, Seaborn, Plot...

    $26 (Avg Bid)
    $26 Snittbud
    22 bud

    ...need of a Python expert who can meticulously extract text and tables from PDFs for data analysis. The requirements are as follows: - Develop a Python solution in form of a Jupyter Notebook - Preferable use of the libraries PyPDF2, Tabula, PDFMiner, PyMuPDF, and PDFPlumber for extraction Required Skills and Experience: - Proficient in Python - Familiarity with Jupyter Notebook - Experience with PyPDF2, Tabula, PDFMiner, PyMuPDF, and PDFPlumber - Data extraction and analysis expertise. Your commitments would include understanding the architecture of the PDFs, and the most effective library for extraction in each case. The ultimate goal is to create a Python script that eases the data extraction process for subseq...

    $21 / hr (Avg Bid)
    $21 / hr Snittbud
    74 bud

    ...looking for a programmer skilled in scraping and converting APIs into PHP or Python code (reverse engineering)! If you have the following skills, join us: 1. Proficiency in JavaScript: Ability to work with this popular programming language and fully interpret and modify codes. 2. Knowledge of Cryptography: Ability to understand and use cryptographic algorithms and methods to comprehend how data is encoded and to transform unencrypted data. 3. Familiarity with Progressive Web Apps (PWA): Deep understanding of PWA structure and methods to bypass installation on iOS. 4. Experience with network monitoring and traffic analysis software such as Fiddler: Ability to use these tools for analyzing network traffic and relate...

    $19 / hr (Avg Bid)
    Framhäv
    $19 / hr Snittbud
    36 bud

    ...categorical in nature. The ideal candidate should possess: - Mastery in Python - Experience working with categorical data - Demonstrated expertise in building predictive models using Machine Learning algorithms The mission at hand involves using Python, the preferred programming language for this project, to design an effective analysis solution. The key objective here is to convert raw data into a format that can be better interpreted for decision-making with the help of predictive analysis. The right professional for this project should further understand and interpret complex categorical data and effectively use it to build accurate and reliable predictive models. With your expertise in Machine Learning and Python, I'm lookin...

    $61 (Avg Bid)
    $61 Snittbud
    11 bud

    I'm looking for a proficient developer with experience in Python, Node.js, Postgresql, and Next.js. My project entails integrating an already developed Python bot to my existing website for the purpose of automating product-related data input. Here's what I require: - Bot Integration: This Python bot needs to seamlessly function with my website's Node.js backend and frontend. Your task will be to ensure this integration is smooth and functional. - Automated Data Input: The bot should reliably input product-related data. Expertise in database management systems, particularly Postgresql, will be vital for this task. - Error Handling: In the event of an error during data input, the bot is expected to automatically generate and...

    $528 (Avg Bid)
    $528 Snittbud
    64 bud

    Vänligen Vänligen Registrera dig eller Logga in för att se mer information.

    Brådskande Försegla Sekretessavtal

    ...skilled Python developer to work as an external contractor on an hourly basis. The primary responsibilities will include developing a custom customer database tailored to our needs, where we can input various data such as photos, contact details, resumes, etc., and leverage machine learning algorithms for analysis. Additionally, there will be tasks involving automation and training and fine-tuning of models using tools like OpenAI's GPT-3, specifically Whisper. Key Responsibilities: Design and develop a specialized customer database for efficient data management. Implement machine learning algorithms for data analysis and insights generation. Create automation scripts for repetitive tasks. Train and fine-tune models using Whisper (...

    $30 / hr (Avg Bid)
    $30 / hr Snittbud
    60 bud

    I'm looking for an experienced Python developer with in-depth knowledge of the Tkinter library to help me integrate an independent module into my main code. Key Responsibilities: - Integration of a standalone Tkinter module into the main code - Utilizing library functions for seamless integration - Ensuring the final product is a functional and cohesive application Ideal Skills and Experience: - Strong background in Python programming - Proven expertise in working with Tkinter library - Prior experience in integrating separate modules into larger applications - Familiarity with various library functions and their applications - Excellent problem-solving and debugging skills It's crucial that the freelancer I choose is able to work inde...

    $31 (Avg Bid)
    $31 Snittbud
    6 bud

    Note my budget not more 20$ I'm looking for a skilled developer who can build an open-source LLM chatbot model using , with integration to the Ethereum blockchain. Key Requirements: - Create an LLM chatbot model with : I need a chatbot that can engage in conversations, learn from them, and improve over time. The chatbot should be able to be trained by users on various topics. - Integration with Ethereum: The chatbot should be able to interact with the Ethereum blockchain. This could involve transactions, smart contracts, or other blockchain capabilities. Please note that I haven't specified the exact level of complexity I'm looking for, so I'm open to discussing this with potential freelancers. Looking forward to your proposals.

    $19 (Avg Bid)
    $19 Snittbud
    3 bud

    ...includes a variety of tasks such as Index Development and Justification, Data Selection, data cleaning, Multivariate Analysis, Normalisation, Weighting and Aggregation, Link to Other Indicators, Visualisation of Results, and Version Control. Skills/experience required: - Proficiency in data analysis techniques - Experience with data cleaning and normalization - Strong knowledge of multivariate analysis - Ability to create visual representations of data - Experience in version control of analytical work The specific data you'll be working with is open to your choice. Your expertise in selecting, cleaning, and analyzing the data will play a key role in the successful completion of this project. Needed strong knowledge of python and u...

    $131 (Avg Bid)
    $131 Snittbud
    36 bud
    Trophy icon SQL and Python Assistance Needed 2 dagar left

    I'm looking for someone who can assist me with a combination of SQL and Python tasks. - SQL: I need help with SQL in three specific areas: 1. **SQL Syntax:** Assistance with basic SQL commands, especially in working with subqueries. 2. **SQL Queries Optimization:** You should be able to optimize SQL queries for data retrieval accuracy. Your goal should be to ensure that the data collected is as accurate as possible. 3. **SQL Database Design:** You should be able to assist with database design, ensuring proper schema design and normalization. - Python: While the primary focus is SQL, some tasks may require basic Python knowledge. If you are proficient in both SQL and Python, even better. **Ideal Skills:** - Strong understanding ...

    $15 (Avg Bid)
    Garanterad
    $15
    8 bidrag

    ...each year from the SEC website for the period 1995 through 2023 (resulting in approximately 29 10-K documents, it can be less depending on when the company IPOed). • Note that the task is to write a script or program to do this automatically, and not to download all files manually. • You can use the sec-edgar-downloader (https://sec-edgar-downloader.readthedocs. io/en/latest/) package in Python for ease or other similar packages. Task 1.2: Text Analysis • Note: You have to submit ONLY – The program is used to merge data, clean data, perform analysis, and generate visualization. The main task for this part is to conduct text analysis using LLM API available for free. • There are a few services that provide LLM inference API along with som...

    $20 (Avg Bid)
    $20 Snittbud
    4 bud

    I'm in search of a talented and experienced individual who can assist in developing a Quantum Machine Learning model with a particular focus on optimizing computational time. Key Requirements: - Proficient in Quantum Machine Learning: You should have prior experience in developing ML models using quantum computing techniques. - Python Programming: Solid understanding and experience with Python are essential as you'll be implementing the model predominantly using this language. - Numerical Data Handling: The model will be working specifically with numerical data, so prior experience in this area is a plus. The primary aim of this project is to reduce the computational time of the Quantum Machine Learning model. Your expertise in this area is crucial, ...

    $207 (Avg Bid)
    $207 Snittbud
    29 bud

    ...Maps overlay application. The application will be used to manage and display events, with functionalities tailored for two different user types: commercial users and normal users. This project will integrate advanced features including user authentication, payment processing, and dynamic interaction with the map. Project Details: Development of Two Different Forms: Create user-specific forms for event entry. Commercial users' forms will include membership management and payment functionalities. Google Maps API Integration: Utilize Google Maps JavaScript API to overlay event data on a map, employing custom markers and interactive elements. Backend and Security: Set up a secure server environment with robust authentication and role-b...

    $1301 (Avg Bid)
    $1301 Snittbud
    93 bud

    We are looking for an AI expert to train us in the deployment and fine-tuning phases of an AI model. The Training session will need to: - Provide comprehensive training on AI model deployment and fine tuning. - Ensure focus on enhancing performance and improving accuracy. - Propose innovative approaches for creating new features. Ideal Skills and Experience: - Proficiency in AI and ML concepts. - Familiar with Python, TensorFlow, and PyTorch. - Experience in deploying multiple types of AI models, with expertise in Natural language processing models, Mathematical models and recommendation system models being a notable advantage. Please note this project primarily requires guiding and training, not actual execution of tasks.

    $143 (Avg Bid)
    $143 Snittbud
    49 bud