Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 python barcode decoding hittade uppdrag

    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 Average 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 Average 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 Average 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 Average 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 Average 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 Average 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 Average bid
    $402 Snittbud
    2 bud

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

    $17 Average bid
    $17 Snittbud
    9 bud
    Web development
    Avslutades left

    Jag vill fixa till en webbsida Pandas Python django

    $555 Average bid
    $555 Snittbud
    1 bud
    Software in Python
    Avslutades left

    Good programming skills

    $30 Average 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 Average 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 Average 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 Average 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 Average 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 Average 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...

    $17 - $143
    $17 - $143
    0 bud

    I'm in need of a web scraping professional adept in Python and familiar with tools like Scrapy, BeautifulSoup, Requests, Selenium, or Playwright. The job involves extracting real estate agent data from Realtor.com. Key responsibilities will include: - Scraping agent names and contact information from the site. - Successfully navigating and handling dynamic content. - Implementing measures to circumvent potential anti-scraping protocols. The extracted data should be delivered in a CSV file. This project is a one-off task, and I don't require ongoing updates or data scraping. Ideal skills and experience for the job include: - Extensive knowledge and practical experience in web scraping. - Proficiency in Python. - Familiarity with real estate websites, particularly...

    $24 Average bid
    $24 Snittbud
    8 bud
    Fix Vim Setup and Plugins -- 2
    6 dagar left
    Verifierad

    I'm experiencing issues with my Vim setup. After reinstalling Vim and Python, I started getting a signal ABRT when starting or opening Vim. - Issue: Signal ABRT on startup - Cause: Reinstallation due to plugin loading failures - Issue: Missing dependencies causing Vim to crash I need a freelancer who can diagnose and fix the issue, ensuring all plugins load correctly and Vim runs smoothly. Ideal candidates would be those with extensive experience with Vim and its plugins. Please note, I reinstalled Vim because a plugin failed to load properly, as guided by ChatGPT. The Vim setup and plugins need to be configured for Linux. Please provide updates in the following way: via AnyDesk. Please ensure that Vundle is used for managing Vim plugins. Please treat all plugins equally in...

    $24 Average bid
    $24 Snittbud
    5 bud

    ...with proven expertise in creating web-based inventory systems. The primary purpose of this system will be to help track and manage stock levels. Key Features: - Barcode Scanning: The design should facilitate barcode scanning for efficient stock management. - Real-time Updates: A user-friendly interface that allows for real-time updates is essential. - User Access Control: The design should incorporate an intuitive approach to user access control. Ideal Skills: - Proficient in UI/UX design principles. - Experience designing for web platforms. - Familiarity with inventory systems. - Knowledge of implementing features like barcode scanning and user access control. Your design will play a crucial role in this project, helping to create an accessible and efficient inv...

    $4 / hr Average bid
    $4 / hr Snittbud
    22 bud

    ... Key Requirements: - Expertise in Excel and AI - Proficiency in automating complex calculations - Experience in integrating AI logic into Excel - Experience in integrating machine learning models into Excel - Experience in creating custom functions in Excel - Familiarity with optimization algorithms and their implementation in Excel - Proficiency in scripting or programming languages such as Python or VBA In addition to the automation, I would also like the AI to assist in optimizing certain functions or formulas, specifically related to enhancing my brand's voice, grammar, and spelling. Ideal Skills: - Strong understanding of financial calculations - Proficient in statistical analysis - Knowledgeable in engineering calculations If you are skilled in these areas and ca...

    $460 Average bid
    $460 Snittbud
    51 bud

    I'm seeking a working with me remotly ( able go fast which i know what i want, i need developer making task, mountly salary either hours based) proficient developer or a team with exceptional skills in AWS DynamoDB, Python, HTML, and web development to create a B2B2C e-commerce platform. The primary goal of this site is to sell physical products. Key Requirements: - Experience with AWS DynamoDB is crucial for managing the database efficiently. - Strong skills in Python and HTML for backend and frontend development. - Proven track record in developing responsive e-commerce sites optimized for both desktop and mobile platforms. - Understanding of B2B2C e-commerce models. - Ability to create a seamless user interface catering to both businesses and consumers.

    $13 / hr Average bid
    $13 / hr Snittbud
    63 bud

    I'm seeking a course video creator with expertise in various programming languages, web development, and UI/UX design to create comprehensive instructional videos for a programming languages course. Key Responsibilities: - Create engaging and informative course videos covering Python, JavaScript, C, C#, C++, HTML, Django, .Net, and more. - Cover topics such as Web Development, Testing, and UI/UX Design. - Focus on the programming languages as the main content of the course. Ideal Skills: - Proficient in the aforementioned programming languages. - Experienced in web development and UI/UX Design. - Previous experience in creating course videos or educational content. - Knowledge of testing and automation, particularly with Selenium. - Familiarity with .Net and its applications...

    $50 / hr Average bid
    $50 / hr Snittbud
    4 bud

    I'm looking for a Python expert who can help me scrape data from a specific website and store it efficiently. Ideal Skills: - Proficient in Python - Experienced in web scraping - Knowledgeable in data storage solutions - Familiar with various website structures and data formats Please note, the precise type of data to be scraped has yet to be determined. This could potentially include text, images, or numerical data. Therefore, flexibility and a keen eye for relevant information will be crucial.

    $162 Average bid
    $162 Snittbud
    76 bud

    I'm looking for a proficient Python developer with experience in neural networks and physics-informed models, to modify my existing Python code. Key Requirements: - Convert the current code that solves partial differential equations (PDEs) into one that solves first-order ordinary differential equations (ODEs). - The new implementation should cater to an initial value problem. - The collocation Runge-Kutta method should be used in a discrete model with discrete time. - Integrate the Tanh activation function into the neural network as per the PINNs (Physics-Informed Neural Network) methodology. Ideal Skills: - Strong knowledge in Python and neural networks. - Experience with ODEs and PINNs. - Familiarity with the collocation Runge-Kutta method. - Understanding o...

    $148 Average bid
    $148 Snittbud
    32 bud

    I need a machine learning expert with strong Python and statistical experience to develop and optimize prototype models. I have a basic pipeline that requires improvement in both architecture and model robustness. The models under consideration include deep learning (LSTM, GRU, CNN), classical models (ARIMA, XGBoost), and reinforcement learning (IRL-DRL). The implementation should be in Python using TensorFlow/PyTorch, Stable Baselines3, and other relevant libraries, following a modular structure. Please send a direct message with your experience and samples of similar work you have done with these models.

    $155 Average bid
    $155 Snittbud
    50 bud

    I'm seeking a course video creator with expertise in various programming languages, web development, and UI/UX design to create comprehensive instructional videos for a programming languages course. Key Responsibilities: - Create engaging and informative course videos covering Python, JavaScript, C, C#, C++, HTML, Django, .Net, and more. - Cover topics such as Web Development, Testing, and UI/UX Design. - Focus on the programming languages as the main content of the course. Ideal Skills: - Proficient in the aforementioned programming languages. - Experienced in web development and UI/UX Design. - Previous experience in creating course videos or educational content. - Knowledge of testing and automation, particularly with Selenium. - Familiarity with .Net and its applications...

    $28 / hr Average bid
    $28 / hr Snittbud
    5 bud

    I'm in need of a Python specialist with a strong AI background who can quickly deliver high-quality work. The project involves parsing image data. Key Responsibilities: - Develop and implement efficient image parsing algorithms using Python and AI techniques. - Deliver results quickly without compromising quality. Ideal Skills and Experience: - Expertise in Python programming. - Strong knowledge and experience in AI, particularly in image data processing. - Proven track record of delivering projects quickly. - Excellent problem-solving skills.

    $6 / hr Average bid
    $6 / hr Snittbud
    9 bud

    ...Inserir o e-mail temporário gerado como chave Pix. Aguardar a verificação do Mercado Pago e acessar a caixa de entrada do Yopmail para obter o código de confirmação. Completar o cadastro da chave Pix no Mercado Pago. Registrar no Google Sheets se o cadastro foi bem-sucedido ou se houve erro. Repetir o processo para o próximo e-mail da lista. 2️⃣ Tecnologias e Ferramentas Recomendadas Linguagem: Python Automação Web: Selenium + WebDriver (Chrome/Firefox) Manipulação do Google Sheets: Google Sheets API ou leitura de arquivo CSV exportado Gerenciamento de Logs: Registro em e/ou 3️⃣ Detalhamento Técnico A. Exclusão de Chaves Pix Existentes Acessar a seção de Minhas Chaves Pix....

    $437 Average bid
    $437 Snittbud
    4 bud

    python script or web scrping from a single website should be performed today. The data should include text content. The extracted data should be provided in CSV format. Please extract all available data from the website.

    $5 / hr Average bid
    $5 / hr Snittbud
    40 bud

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

    Försegla Sekretessavtal

    ...Programmable Voice & SMS API for call automation. Bandwidth Messaging API for AI SMS Bot. A2P 10DLC registration & compliance for outbound messaging. SIP trunking, call recording, and transcription setup. LiveKit – Real-time AI voice streaming for calls. Deepgram STT – AI speech-to-text transcriptions. Coqui TTS (XTTSv2) & Deepgram TTS – AI-generated outbound call voice. ? Backend Development Python (FastAPI, Flask, or Django) for API development. Firebase/PostgreSQL for lead storage & authentication. Webhooks & API integrations (Claude API, Twilio API, Calendly API). ? Frontend & Dashboard React or for building an interactive lead management dashboard. Data visualization (charts, tables, lead progress tracking). ? DevOps & Cloud ...

    $2319 Average bid
    $2319 Snittbud
    74 bud

    I'm seeking assistance on a Natural Language Processing (NLP) task, specifically text classification. The main goal is to categorize positive and negative words based on their syntax and tone. Ideal Skills: - Proficiency in NLP - Experience in text classification - Strong understanding of syntax and tone analysis - Proficiency in Python programming language - Experience in machine learning algorithms - Expertise in sentiment analysis techniques - Experience with text data preprocessing - Knowledge in supervised learning methods - Experience with deep learning frameworks - Skills in evaluating text classification models - Proficiency with NLP libraries like SpaCy or NLTK - Experience in feature engineering for text Please bid if you have the requisite skills and experience.

    $90 Average bid
    $90 Snittbud
    14 bud

    ...Conduct research on machine learning models, motion tracking, and posture correction techniques. - Analyze patient data to improve AI-driven recommendations (with data privacy compliance). - Collaborate with developers to test AI models and suggest improvements. **Requirements:** - Pursuing/completed Bachelor’s in Computer Science, Data Science, or related fields. - Basic knowledge of Python, AI/ML concepts, and data analysis tools. - Strong problem-solving skills with a passion for healthcare tech. **What You’ll Gain:** - Hands-on experience with real-world AI healthcare projects. - Mentorship from AI professionals. - Certificate of Internship and potential for future paid opportunities. --- ### **2️⃣ Business Development Intern (Unpaid Inte...

    $214 Average bid
    $214 Snittbud
    3 bud

    I'm in need of a developer who can create a tool that automatically forwards messages from selected members of a Discord channel to my own private Discord server. * Context: I'm part of a private Al...Alpha group for memecoins and only want to see calls from certain members. * Source: The tool needs to work on a private Discord server. * Selection: I want to identify the selected members by their usernames. * Scope: The tool should forward all messages from these selected members. Ideal skills for this job include: * Proficiency in Discord's API and bot development * Strong programming skills (Python, JavaScript, etc.) * Previous experience in creating similar tools or applications Please note that I am looking for a freelancer who can deliver this tool quickly an...

    $214 Average bid
    $214 Snittbud
    41 bud

    ...included to keep track of all administrative actions taken within the system. The ideal candidate for this project should have: - Prior experience in developing payment systems or similar projects. - Proficiency in creating command-line interfaces. - Good understanding of time-based and data-based systems. - Ability to ensure the system is user-friendly. The system should be developed using Python. The system should use an SQL database for storing voucher and user data. The system should include real-time reporting tools to provide up-to-date usage reports and analytics. The command-line interface should be compatible with the Windows operating system. Consider using Django or Flask as the framework for development. The command-line interface should include specific commands s...

    $104 Average bid
    $104 Snittbud
    5 bud
    Project two
    9 dagar left

    Python project with two different build

    $51 Average bid
    $51 Snittbud
    1 bud

    I'm looking for a Machine Learning and Python expert to build a system that can train and recognize patterns in stock market data. Key components of the project: 1. Python program to build machine learning model which will be further used to recognize patterns in data (program 1) 2. Python program to use the model built by the previous to recognize patterns in out-of-sample data (program 2) High level description - the programs must be implemented in Python, and be compatible with Python 3.12 or higher - number of patters to be recognized can be between 1 and a X, It is understood and acceptable that the more patterns are provided in the training data, the more time will be required to train the model. There will be no limit as to how many differe...

    $200 Average bid
    $200 Snittbud
    50 bud

    WE HAVE SOFTWARE BUILT FOR WINDOWS IN PYTHON AND NEED IT UPDATED: 1. Learn current software and get IDE and Git working for our updates. 2. Update Python Windows software to collect from a PC Web Camera STREAM. (See attached image) 3. Update software to accept any video stream. 4. Make sure the current loaded model runs across the stream. 5. Make sure GPU is used. (Not CPU) 6. LOAD / SAVE models function. 7. SHOW GPS coordinate contained in the model. Previous programmer did only 50% of work and dissappeared, you are the next star in our software advancement. I need a simple MVP with the above. I hav e customers waiting to see the MVP working with a screen record. Any and all work is to be loaded to our PC and sent to Git/Bit Bucket DAILY. We have a team wh...

    $588 Average bid
    $588 Snittbud
    21 bud

    I have tens of thousands of Ethereum addresses and require a Python script that checks the balance of Ethereum and ERC-20 tokens for each address. The script should also output the 24-hour trading volume and current market price for each token of every address. Ultimately, I need a sum of the total assets of all addresses. In addition to the balance checking, I need a separate script that moves all assets from these Ethereum addresses to a single address, based on specified parameters. Ideal skills and experience: - Proficient in Python - Familiar with Ethereum and Infura API - Experience with cryptocurrency and token tracking - Knowledge of writing scripts for automating tasks in blockchain Please note, I already have the list of Ethereum addresses ready.

    $1132 Average bid
    $1132 Snittbud
    51 bud

    I'm looking for an experienced programmer and very familiar with the Interactive Brokers trading platform and their API to assist me with setting up the Interactive Brokers API on my computer and then writing a custom algorithm in Python or C++ to enable me to automate trading of a specific strategy that I find it hard to do due to my timezone being not good for the US Market open and close times. Key Skills and Experience: - Proven experience with Interactive Brokers API - Expert in Python - Strong understanding of algorithmic trading - Excellent communication skills I have a clear vision of the trading strategy I want to implement. The freelancer will need to translate my specifications into a working algorithm. Understanding of various trading strategies such as t...

    $293 Average bid
    $293 Snittbud
    38 bud

    ...Proficiency in interpreting player statistics. Please provide examples of similar projects you have completed in your proposal. The algorithm should aim for an accuracy of above 95% in its predictions. The algorithm should utilize official league data as the primary data source. The algorithm should be delivered in the form of a software application. The software application should be developed in Python. The algorithm should update its data on a daily basis to ensure the most current information is used. The software application should include a user interface for ease of use. The user interface should be desktop-based for performance. The algorithm should provide predictions for individual games. The software application should include basic maintenance and support for one mo...

    $223 Average bid
    Sekretessavtal
    $223 Snittbud
    7 bud

    I'm seeking an expert in Python and VAPI to create an automation that books meetings on my Calendar during the Vapi AI cold call via Bonus but not necessary It can also integrate with Notifyre for notifications. The automation should also send text messages and make calls to the attendie using Vapi 10 minutes before each schedudle appointment to confirm the person is attending. The ideal freelancer should: - Be proficient in Python, with experience in VAPI - Have a solid understanding of integrations with and Notifyre - Be capable of creating an automation that performs the following actions: - Booking meetings - Sending text messages - Making confirmation calls A YouTube video will be attached for reference. Please note that while the primary programming

    $142 Average bid
    $142 Snittbud
    30 bud
    AI ML Developer
    6 dagar left

    ...engineer with a strong background in 3 + years experienced in Python and various machine learning frameworks, particularly PyTorch, skicit-learn and TensorFlow. Primarily focused on LLM's and RAG. Key Requirements: - Proficient in Python and machine learning frameworks like PyTorch and TensorFlow - Strong understanding and experience with reinforcement learning - Expertise in time series prediction - Experienced in deploying machine learning models to production environments - Ability to develop custom algorithms for specific problems - Strong skills in data preprocessing and cleaning - Knowledge of parallel computing to speed up experiments - Ability to visualize data and model results effectively Ideal Skills: - Machine Learning - Python - Reinforcement Lear...

    $103 Average bid
    $103 Snittbud
    11 bud

    ...para identificar hype e interesse do mercado. ✅ Verificação automática de contratos inteligentes via CertiK, Hacken e Solidity Finance. ✅ Rastreamento de carteiras suspeitas e detecção de movimentações suspeitas. ✅ Dashboard para visualização das operações em tempo real. ✅ Automação de estratégias de venda (Trailing Stop Loss, Take Profit). ? Requisitos Técnicos: ✅ Linguagem principal: Python (ou Node.js se preferível). ✅ Banco de dados: PostgreSQL ou MongoDB. ✅ Machine Learning e IA: TensorFlow ou PyTorch. ✅ Dashboard: React.js, Vue.js ou outro framework web. ✅ Deploy em servidor VPS para operação 24/7. ? Requisitos do Desenvolvedor: ✔ Exp...

    $5394 Average bid
    $5394 Snittbud
    11 bud

    I'm facing a runtime error in my K-means clustering application, built with Numpy. The issue arises while the app is processing data. I need a skilled programmer who can troubleshoot and fix this error efficiently. Experience with Python, Numpy, and K-means is essential. The ideal freelancer must be able to identify the source of the error and implement a solution that ensures smooth data processing in the future.

    $44 Average bid
    $44 Snittbud
    17 bud