Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 openerp python tutorial 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 am looking for a progressive web application developer who is proficient in PHP, Python, Ruby, etc... Design: - I do not have a design for the web application and will need assistance in creating one. Functionality: - The desired functionality of the web application is user registration and authentication, e commerce, geo location, AI YOU MUST PLACE CODE 184 in your opening sentence to be considered for this. Code is used to differentiate between automatic bids (which will be immediately ignored). Skills and experience required: - Proficiency in PHP, Python, and Ruby - Experience in designing web applications - Knowledge of user registration and authentication processes - camera functions on mobile device -image processing - YOU MUST BE FLUENT IN ENGLISH - honest ...

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

    I'm looking for a Python expert to write code for training a model to detect weed regions in images, using pre-labelled datasets. Key Requirements: - Python: Proficiency in Python is a must. - Machine Learning: Experience with industry-standard ML frameworks is essential. You can choose between TensorFlow, PyTorch, or scikit-learn based on your preference and expertise. - Image Processing: The project involves the output of segmentation masks of weed regions from the model. Your task will be to develop a model that can accurately identify and segment weed regions in various images. The end result should be segmentation masks that delineate weed regions from non-weed regions in the images. Use guidelines from this github url:

    $24 Average bid
    $24 Snittbud
    9 bud

    I have a Python script used for monitoring uptime of a specific protocol. It needs some quick tweaking, and would also like to get it to make a DNS change via the Route 53 API (AWS) when the uptime check fails. The script should then revert the DNS change once uptime is restored. Key Requirements: - Tweaking of the existing Python script to improve its functionality and performance. - Implementing a new feature to interact with the Route 53 API. - The script should be able to initiate a DNS change if a failure is detected. Ideal Skills: - Strong proficiency in Python. - Prior experience with AWS Route 53 and API is required. - Excellent problem-solving skills to enhance script performance and functionality.

    $42 Average bid
    $42 Snittbud
    3 bud

    I'm in need of expert assistance with the Build stage of my Azure pipeline which utilizes Python. Ideal skills and experience for the job: - Proficiency in Azure pipelines, particularly the Build stage. - Extensive knowledge and experience with Python. - Previous experience in setting up, monitoring, maintaining, and optimizing Azure pipelines. - Excellent troubleshooting skills.

    $19 Average bid
    $19 Snittbud
    2 bud

    I'm looking for an expert Odoo 17 Developer with Python experience. Need to add 1 feature and fix 1 issue Put 'Pink' in your bid to know you have read Thanks

    $33 Average bid
    $33 Snittbud
    9 bud

    ...and Take-Profit: Defined as percentages of the entry price. Additional Feature 1. Manual and Automatic Modes: - Manual settings for strategy testing. - Fully automated trading mode. 2. Error Handling: - Automatic reconnection in case of API issues. 3. Monitoring and Notifications: - Real-time dashboard to track bot performance. Technical Requirements 1. Programming Language: Python. 2. Exchange API: Binance Futures API. 3. Performance: Optimize for minimal latency in data processing and order execution. 4. Interface: Command-line or web-based interface for bot management. Deliverables A fully functional trading bot that: - Accurately analyzes order book and market order imbalances. - Automatically opens and manages positions. - Provides risk manage...

    $1547 Average bid
    $1547 Snittbud
    15 bud

    ...containing approximately 300,000 domain names. I need a Python script that will integrate with an LLM API (like ChatGPT) to process this file. The script should send the domain list to the LLM with a prompt to identify potential phishing domains. The flagged domains returned should be saved in a file named , with one domain per line. Key Requirements: - Efficient and scalable solution for daily use. - Clear documentation for seamless deployment and usage. - Ability to handle large files through batch processing, respecting the API's rate limits. Please note that I will not provide an API key, so ensure to include this cost in your bid. The ideal freelancer for this project should have: - Strong experience in Python. - Familiarity with LLM APIs. - Proven track record...

    $156 Average bid
    $156 Snittbud
    45 bud

    ...the exercise is not well written, so we can use an AI API to rewrite it: Number: "NO2" Exercise: "Si en pensant à un nombre, en lui retranchant (-12), on trouve 3, quel est ce nombre ?" Often there is unnecessary content between the exercises that needs to be removed. Each exercise with its number has to be stored in a Python huge list. Then we need to extract the answer of each exercise which is inside the file. The answer has to be added to the Python list. For example: Number: "NO2" Exercise: "Si en pensant à un nombre, en lui retranchant (-12), on trouve 3, quel est ce nombre ?" Answer: "-9" If the answer is not available, we use a chatbot API to generate an answer. Then we ask the chatbot API to g...

    $509 Average bid
    $509 Snittbud
    50 bud

    ...Ability to spoof sender names and email addresses. Header Customization: Support for multiple custom headers in outgoing emails. Link Rotation: Automatically rotate links within email bodies to avoid detection. Sender Name Rotation: Rotate sender names dynamically for each email sent. Performance-Oriented: Must be able to handle high-volume email sending efficiently. Tech Stack: Ideally built in Go, Python, or Node.js for performance and reliability. Requirements: Proven experience with SMTP protocols and email sending systems. Familiarity with email spoofing techniques and header management. Knowledge of anti-detection mechanisms and email best practices. Clean, maintainable, and scalable code with documentation. Optional (but preferred): Experience in building similar tools. ...

    $481 Average bid
    $481 Snittbud
    43 bud

    I'm in need of a developer who can create a bot that adds items to a shopping basket based on specific keywords detected in user input. The bot should be able to: - Parse user input for relevant keywords. - Match these keywords with a predefined product catalog. - Add the matched items to a basket and show the total cost. The preferred tech stack for this project is Python or JavaScript. Any previous experience with NLP libraries such as spaCy or NLTK would be considered a strong advantage.

    $206 Average bid
    $206 Snittbud
    58 bud

    I need a Python expert who can help me develop an automation script for monitoring my databases. Key Responsibilities: - Develop a Python script that can systematically monitor our databases. - Ensure the script can handle various database types. - Implement alerts for system anomalies or irregularities. Ideal Skills and Experience: - Proven experience in Python programming, specifically in creating automation scripts. - Prior experience in system monitoring is a plus. - Familiarity with various database types is highly desirable.

    $17 Average bid
    $17 Snittbud
    8 bud

    I am looking for an expert in Django, Python, and Google Sheets API to help automate some tasks. Key Requirements: - Task Automation: Primarily focusing on automating data processing tasks. - Data Transformation & Formatting: This will involve manipulating data into a suitable format for analysis. - Develop an automation script using Python   - Utilize the Google Sheets API to synchronize data for our Django website  Ideal Skills:  - Proficient in Python   - Extensive experience with the Google Sheets API  - Strong background in automation and scripting  - Understanding of data synchronization processes  - Skill in Django is bonus  Ideal Skills: - Proficiency in Python: Essential for creating effectiv...

    $21 Average bid
    $21 Snittbud
    24 bud

    ... Automazione HR: Automatizzare processi HR come approvazioni, gestione ferie e permessi. Competenze Tecniche Richieste: Il candidato ideale dovrà possedere le seguenti competenze: Frontend: Linguaggi: HTML5, CSS3, JavaScript/TypeScript. Framework/Librerie: React.js, Vue.js o Angular. Design Responsivo: Esperienza con framework come Bootstrap o Tailwind CSS. Backend: Linguaggi: Node.js, Python (Django/Flask) o PHP (preferibilmente Laravel). Architettura: Progettazione e sviluppo di RESTful API o GraphQL. Database: Esperienza con PostgreSQL, MySQL o MongoDB. Autenticazione e Sicurezza: Implementazione di OAuth2.0, JWT, SSO e best practices di sicurezza...

    $13328 Average bid
    $13328 Snittbud
    35 bud

    ...setup (e.g., SiteGround, Bluehost, or similar). Excellent communication and availability to provide regular progress updates. What I Will Provide: Domain: (already purchased). Hosting: I am open to purchasing hosting based on your recommendation. Design and branding guidelines (colors, fonts, etc.). Deliverables: A fully functional WordPress website ready for launch. A manual or video tutorial to help manage and update the site. Post-launch support (at least 1-2 weeks for any potential bug fixes). Timeline: The website must be completed within 4 weeks from the project start date. What I’m Looking For: A portfolio of previous work (links to similar websites are highly appreciated). Proposals with a clear approach to the project. Positive reviews and strong ratings on Fi...

    $491 Average bid
    $491 Snittbud
    165 bud

    I'm looking for a Python developer proficient with Zerodha's API to create an algorithm for stock trading. The code should be written in Python 3.8 or newer and is required to handle authentication with the Zerodha API autonomously. The algorithm will monitor Nifty's 750 stocks with a market capitalization exceeding 1000 crore during trading hours (09:15 AM to 03:30 PM). It should execute trades based on a series of specified conditions using various technical indicators. Key Requirements: - The algorithm should check if the current price (1 minute closing) is greater than the 1 Week HMA(30) and less than the 1 Week HMA(44). - It needs to evaluate if both lines of the (1 week MACD(3,21,9)) are below the zero line. - It should count if the (1 week MACD(3,21,9)...

    $20 Average bid
    $20 Snittbud
    4 bud

    Ideal Skills and Experience: - Proficient in Python or similar programming languages - Experienced in building Telegram bots - Knowledgeable about cryptocurrency trading and exchanges - Familiar with APIs of major crypto exchanges - Excellent problem-solving skills and attention to detail

    $215 Average bid
    $215 Snittbud
    20 bud

    I need a Python-based solution to convert tabular data from image files into Excel. The solution should include a simple front-end app with specific features. Key Requirements: - The front-end app should allow users to upload image files containing structured data and download the resulting Excel sheet. - The data in the images consists of handwritten format i want data to extracted in specify way numbers are in format of 6688/10 5853/5 and so in . I want numerators should be sorted in one column with title model no and denominator should me in next column with quantity App should have API key as well so that i can integrate ion my existing application the conversion process needs to accurately capture the structure of the data. - Proficiency in Python, specifically in...

    $143 Average bid
    $143 Snittbud
    16 bud

    I'm creating a series of tutorial videos and need a skilled video editor and Canva expert to enhance them. Your role will involve editing the video content and incorporating small, 2D animations, specifically icons and shapes, to make the videos more engaging and visually appealing. Ideal Skills: - Proficient in video editing software - Experienced in creating and incorporating 2D animations - Expert in using Canva - Creative with a good eye for detail - Able to meet deadlines consistently If you have a creative flair, attention to detail, and expertise in Canva and animation, I’d love to work with you!

    $203 Average bid
    $203 Snittbud
    25 bud
    Desarrollo Python
    6 dagar left

    Se solicita un experto para finalizar proyecto de un CRM actualmente ya se lleva avanzo y se requiere que se finalice, se entrega repositorio y documentación técnica de los cambios a realizar.

    $193 Average bid
    $193 Snittbud
    18 bud

    I need help setting up a Python-based AI trading bot on a Windows or Linux Amazon server. The bot's code is complete, I just need someone to: - Configure the code and database on my server - Add approximately six API credentials for various systems, including Telegram and BONKbot - Ensure the bot interacts correctly with BONKbot on Telegram The bot is designed to perform automated buy and sell orders based on its checks of selected coins. Ideal skills and experience for this job include: - Extensive knowledge of Python - Familiarity with Solana blockchain technology - Experience setting up trading bots - Proficient in working with Windows or Linux servers and databases - Ability to configure and add API credentials I look forward to working with a professional who ...

    $223 Average bid
    $223 Snittbud
    32 bud

    I'm looking for a seasoned software analyst who can assist with code analysis tasks for our diverse codebase. The primary aim is to enhance the quality of our code across various languages. Key Responsibilities: - Conduct thorough code analysis using SAST - Identify areas for quality improvement Ideal Skills: - Proficiency in code analysis - Extensive experience with Java, JavaScript, Python, and C# - Strong understanding of SAST tools - Excellent problem-solving skills - Ability to communicate findings clearly

    $216 Average bid
    $216 Snittbud
    9 bud

    I need a skilled Python expert with extensive API knowledge. Integrate a Python script with an API for accurate data conversion. I’ve already completed most of the work, but some adjustments are still needed. Details will be shared with the selected freelancer. I believe this is a one-hour job, and the payment will be $5–10 AUD, depending on the time required

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

    I'm an ...editor. I require someone to edit 2-4 videos a week for our YouTube channel. Each video will vary between 1-5 minutes, with a total of 4 videos per month. I offer $25 per edited video and $100 monthly. Timeliness is crucial, as I need the edited videos delivered within 24 hours. Ideal Candidate Should: - Have a professional and polished editing style - Be experienced in editing educational and tutorial content - Have expertise in editing for YouTube The videos will primarily focus on educational content. Therefore, the ideal candidate will need to: - Create a dynamic and engaging editing style - Incorporate background music, visual effects, and animated intros as per my requirements. Please apply if you can deliver engaging, high-quality content that will captivat...

    $28 Average bid
    $28 Snittbud
    19 bud

    I'm seeking a developer to create a custom model that will generate Python code based on Vendor online development documentation and our internal best practices. The model should be able to produce code that is 50-60% compliant with best practices. The generated code will need to be compatible with Vendor A's export format. Key Requirements: - The system must be able to run offline. - There needs to be a script that takes a prompt as input, similar to ChatGPT, and returns the corresponding code. - The model will be trained using our examples of finished/exported code, which include scripts, modules, and libraries. Ideal Skills: - Proficient in Python - Experience with machine learning and AI model development - Familiarity with Palo Alto online development documen...

    $277 Average bid
    $277 Snittbud
    29 bud

    *** OVERVIEW *** - Ten US dollars per hour. - One hour per day (or per night). - You will help me design, code, and develop an IoT product using MicroPython running on an ESP32 microchip. - You do *not* need any experience with microcontrollers, electronics, electrical engineering, mechatronics, Arduino, PCB, circuit design, or Python. - If Freelancer.com prevents you from bidding on this project or if you want to avoid “spending” one of your Freelancer bids you can apply "passively” for this project by pasting "MicroPython_ESP32_11_September_2019" into your Freelancer profile. Please see the section below in this posting called *** APPLYING "PASSIVELY" *** for more information. *** LOCATION *** You must live the Weste...

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

    Hello, My primary objective is to obtain a formula that replicates the calculation of the "BOT Handicap" line, similar to how it is implemented on Dropping Odds for basketball games. () I would prefer the solution to be provided in Python, but I am open to implementations in other programming languages as well.

    $161 Average bid
    $161 Snittbud
    18 bud

    Python Aliceblue api Aws or azzure deployment Algotrading Testing Google sheets The code is already written y me 80 % of work in code is done I need pro help in testing indetail, fix bugs and make sure it runs as intended. Make sure all testing is done with old features and also new onces added....deatiled testing is expected...need to deploy in local and cloud aswell ( full assistance in it )

    $297 Average bid
    $297 Snittbud
    11 bud

    ...integrate AI models to support the app’s core functionality. Implement data retrieval and processing features, including API integration. Collaborate on the design and implementation of user-friendly, AI-driven features. Ensure the app is technically robust, scalable, and efficient. Requirements: Strong expertise in AI, machine learning, and data analysis. Proficiency in programming languages such as Python or JavaScript. Experience with React Native or similar frameworks for app development. Familiarity with APIs and data integration techniques. Excellent problem-solving skills and attention to detail. Deliverables and Timeline: Development and integration of AI models to support the app’s functionality. Implementation of data retrieval and processing features. Timel...

    $1233 Average bid
    $1233 Snittbud
    57 bud

    I'm in need of a Python expert who can maintain my web scraping code. The code is currently set up to collect data from various news websites on a daily basis. Key Responsibilities: - Ensuring the scraping code runs smoothly and efficiently every day. - Troubleshooting any issues that arise with the code or the websites being scraped. - Implementing updates to the code as needed, such as changes in website structure or scraping requirements. Ideal Skills: - Strong Python programming skills. - Experience with web scraping, particularly from news sites. - Problem-solving skills for troubleshooting code issues. - Ability to adapt to changes in website structures. Your expertise will help ensure consistent and reliable data collection from these news sites.

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

    ...on cancellations to retain patient bookings. ✅ HIPAA Compliance & Security Must be fully secure and HIPAA-compliant to handle patient data. ✅ Training & Continuous Improvement AI must learn from past interactions to improve responses. Ability to fine-tune for different dental practice needs. ?️ Tech Stack Preferences AI/NLP: OpenAI GPT, Dialogflow, Whisper API, Amazon Polly, or similar Backend: Python, Node.js, or recommended alternatives VoIP Integration: Twilio, Asterisk, Plivo, or recommended alternatives Dental Software Integration: API integration with Curve Hero, Dentrix, Open Dental, and other PMS Security: Must be HIPAA-compliant ? Deadline: Must be delivered within 2 weeks. ? BONUS: If you deliver a high-quality solution within 2 weeks, we will continue working...

    $1164 Average bid
    $1164 Snittbud
    42 bud