Web scraping python quoraJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 web scraping python quora 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
    $80 Snittbud
    22 bud
    Utveckla vår MVP Avslutades left

    Hej, Vi håller på med ett projekt som är en bättre lösning till nuvarande prisjämförelsesajter. Det vi söker är någon som kan driva den tekniska utvecklingen för vår MVP. Tjänsten kräver förståelse för molnbaserade tjänster, erfarenhet inom databaser som stödjer stora flöden av data från olika källor men framförallt bred kunskap inom webb/data scraping. Målet med uppdraget är att få fram vår MVP men det finns möjlighet för ett längre samarbete framöver. Låter detta intressant så hör gärna av er så berättar vi mer om iden och detaljerad information om arbetet.

    $581 (Avg Bid)
    $581 Snittbud
    6 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

    ...need of a proof of concept (POC) for a gemini API integration for species identification. I am looking for someone with expertise in Python and API integration, who can help me with this initial phase of development. Key requirements: - Experience with Python: The integration should be done using Python, so experience with this language is a must. - API Integration: You need to be comfortable working with APIs and handling requests and responses. - Proof of Concept: The end result should be a working POC that demonstrates the successful integration of the Gemini API for species identification. Ideal skills and experience for the job: - Proficiency in Python - Experience with API integrations - Knowledge of gemini API or similar APIs would be a plus This pr...

    $453 (Avg Bid)
    $453 Snittbud
    7 bud

    I need a Python developer to create a tool for me that can convert different file formats. Although I did not specify the particular formats, I am looking to convert at least two different formats. The tool should have a user-friendly interface and be able to handle these conversions seamlessly. Ideal skills and experience for this job include: - Proficiency in Python - Experience in creating file conversion tools - Knowledge of different file formats - Strong problem-solving skills - Ability to create a user-friendly interface - Understanding of data handling and manipulation Complete details will be provided to shortlisted candidates.

    $143 (Avg Bid)
    $143 Snittbud
    11 bud

    I'm looking for a freelancer to help me with email scraping to build a targeted email list in the education sector. Specifically, I'm interested in parents who are seeking tuition services for their children. Key Responsibilities: - Conducting research online to identify and extract email addresses of parents seeking tuition services for their children - Organizing the list in an easily accessible format that I can utilize for email marketing campaigns Skills and Experience: - Proficiency in email scraping and list-building - Prior experience in targeting the education sector is desirable - Understanding of lead generation and email marketing best practices

    $20 (Avg Bid)
    $20 Snittbud
    30 bud

    I'm in need of a skilled Python developer with knowledge of RAG and Chainlit to create an AI-powered chatbot. - Specific Tasks: - Develop an interactive chatbot to be used by customers - Implement RAG and Chainlit concepts to enhance the chatbot's capabilities - Ensure the chatbot can handle a variety of interactions and provide accurate information - Integrate the chatbot seamlessly into our systems and platforms - Desired Qualifications: - Proficiency in Python, particularly in relation to chatbot development - Expertise in RAG and Chainlit - Experience in creating chatbots with strong interactive capabilities The primary functionality for this chatbot will be answering frequently asked questions. The successful developer will need to be able...

    $11 (Avg Bid)
    $11 Snittbud
    8 bud
    Small update on app code -- 4 6 dagar left
    VERIFIERAD

    Small update to the android app. Change the payment gateway "cryptomus" to stripe. After that. Compile the code to obtain the apk version and an .aab version that will be used in the Google Play Store. In turn, upload the updated code to the app server. Send me the updated source code as well. The app is made on react Native, and the backend is Python. All the API's are made on Python. This may require modification in FrontEnd. in that case. You must be able to complete the project. Maximum budget $300

    $284 (Avg Bid)
    $284 Snittbud
    30 bud

    I am presently seeking a highly skilled freelancer for an email extraction project from two highly popular social media platforms - Facebook and Instagram. Key Project Specifications: - Scrape email addresses from both Facebook and Instagram. - Selection of the profiles for scraping should be primarily based on the following criteria: levels of user engagement and followers count. - Along with the email addresses, extract additional user information namely: the account name and its location. Ideal Candidate Profile: - Must have experience in deducing complex social media algorithms. - Understanding of digital privacy laws to ensure compliance during the extraction process. - Fluency in software that can automate this extraction process would be advantageous. My ultimat...

    $327 (Avg Bid)
    $327 Snittbud
    31 bud

    I am in need of a skilled professional in Lambda and Python to assist with the configuration of my Lambda function, optimize my Python code, and help me debug errors. Key tasks: - **Lambda Function Configuration:** I need help setting up my Lambda function correctly. - **Python Code Optimization:** I am using Python 3.x and require someone to optimize my code. - **Error Debugging:** I need assistance in finding and resolving errors in my Lambda function. Ideal candidate should: - Have prior experience with Lambda and Python. - Be comfortable working with Python 3.x. - Be adept at debugging and optimizing code. - Demonstrate strong problem-solving skills.

    $12 (Avg Bid)
    $12 Snittbud
    3 bud

    I'm in need of an experienced Python programmer to assist with ongoing tweaks and feature additions to my Interactive Brokers API-based applications. Phone support is required to flesh out ideas. Key Responsibilities: - Implement new features to enhance the existing codebase. - Ensure smooth integration of the new features. Ideal Skills and Experience: - Proficiency in Python programming. - Some experience working with the Interactive Brokers API a plus. - Ability to make ongoing tweaks and add new features. - Strong understanding of trading systems and portfolio management. Please note that this project involves working with a tight budget, so cost-effective solutions are highly preferred.

    $10 / hr (Avg Bid)
    $10 / hr Snittbud
    20 bud

    I'm seeking an expert in web scraping to specifically help extract data (price, stock availability, description, review content,..) from e-commerce platforms. Your specific task will entail: - Identifying and implementing the most efficient and effective way to scrape data. - extracting all data related to a product (picture, price, description, reviews, rating,...). Your method should maintain adherence to all legal and ethical guidelines - I'll need details on this as your bid. This project will require: - Proficiency in web scraping tools and techniques. - Sound knowledge of data extraction and storing processes. - Ability to work with undisclosed e-commerce platforms. - Familiarity with review structures on e-commerce sites.

    $2074 (Avg Bid)
    $2074 Snittbud
    65 bud

    I'm in need of a skilled professional who can scrape data from Google. The project requires the extraction of names and email addresses for specific profiles to be used as a potential leads database. Upon successful extraction, the data needs to be presented in an Excel spreadsheet, CSV, etc. Ideal Skills and Experience: - Proven experience in data extraction from websites - Proficiency in Excel - Strong attention to detail and accuracy - Experience in extracting usernames and emails is a plus Deliverables: - The extracted Data - The data must be clean, organized, and formatted in an Excel spreadsheet I look forward to receiving your proposals!

    $105 (Avg Bid)
    $105 Snittbud
    76 bud

    I am looking to develop a web-based job extractor that's capable of aggregating job listing from various platforms across multiple countries with the following features: # Source Selection : The ability to select multiple sources for job scraping, including Google jobs. # Comprehensive Job Details: Extraction of all details included in the job listing, such as job title, company name, location, job description, requirements, etc. # Web Interface: A user-friendly web interface where users can enter the URL of the job listings page and initiate the scraping process. # Downloadable in .csv Format: The scraped job data should be downloadable in .csv format for easy analysis and storage. # Filtering Options: Ability to filter job listings based on o...

    $308 (Avg Bid)
    $308 Snittbud
    18 bud

    I am looking for an expert in web scraping who can efficiently extract business leads. While the primary purpose of the project was not specified, it is undeniable that these leads will play a pivotal role in marketing efforts, like sales lead generation, market research, and contact information collection. Although I did not mention a specific source site, note that the target is business owners, and their revenue and contact information. Therefore, having experience in scraping from professional networking and business directory websites such as LinkedIn or Yellow Pages would be welcomed. Lastly, the exact number of leads that I need hasn't been defined, so I am open to both small and large-scale operations. Ultimately, their quality is of more importance tha...

    $35 (Avg Bid)
    $35 Snittbud
    20 bud

    I'm seeking an expert Python Django developer to work on an ERP system for a lubricant oil manufacturing business. The main aim is to improve efficiency through exquisite control and management of different sectors. Key Features: - Inventory management - Sales tracking - Production planning - Finance handling - Logistics User Access: - The system must provide different access control for each department, allowing for optimal rights distribution and responsive control. The ideal freelancer will have proven experience in Python Django and a keen understanding of ERP systems in the manufacturing sector. Expertise in sector-specific challenges such as inventory management, sales tracking, and production planning is highly desirable.

    $1193 (Avg Bid)
    $1193 Snittbud
    76 bud

    I'm currently using a Python scraping bot for my project, but I need to make some adjustments. Key Requirements: - The primary modification involves segmenting the scraped data by day. To achieve this, I would like to have a timestamp column added that differentiates data on a daily basis. This will allow me to have a better understanding of the data collected each day. Your Proposal: In your application, please provide a detailed project proposal. I'm interested in freelancers who can clearly articulate how they will approach this task and ensure its successful implementation. Ideal Skills and Experience: - Proven experience in Python scraping bot modification - Familiarity with data segmentation and timestamping

    $156 (Avg Bid)
    $156 Snittbud
    45 bud

    ...call stats for each user of 3CX - Help create accurate reports in Odoo from sales, google ads, integration to Stripe payments, able to refund payments from witin Odoo for admin users/specific roles - Setup reports and dashboards that give insight into business and KPIs - The selected freelancer should have significant expertise in customizing Odoo's to fit a specific need. - Thorough knowledge of Python and Odoo Framework is required to undertake this task. - Develop custom module if needed Therefore, the ideal freelancer should have extensive experience in the domain of Odoo customization, demonstrating a good understanding of the relations between different Odoo modules, especially Odoo Studio, Helpdesk, Sales and CRM. Setting up automations, notifications, reminders, etc...

    $9 / hr (Avg Bid)
    $9 / hr Snittbud
    7 bud
    AWS DataEngineer required -- 2 6 dagar left
    VERIFIERAD

    A business-centric, data-oriented, and analytical mindset. Comprehensive knowledge of data science concepts and disciplines. Knowledge of enterprise information management processes and methodologies. Skills in database design, data security, and data lifecycle management (i.e., gathering, cleansing, publishing, archiving, back-up and recovery, and purging) for large enterpris...data warehousing and governance. Practical experience in enabling data usability, availability, and efficiency. Experience in data management, quality, metadata management, and modeling. Knowledge of database systems: MS SQL Server, Oracle, or another commercial RDBMS required, Snowflake, or other non-relational database desired. Knowledge of SQL. Experience with scripting languages, especially Python, and P...

    $276 (Avg Bid)
    $276 Snittbud
    5 bud

    ...inputting and managing crucial data for my projects. - Graphic Design: Developing simple yet eye-catching designs for online content. You should be proficient in: - Managing emails (sending and reviewing) - Social media platforms (scheduling posts on all social media platforms) - Graphic design tools (be able to edit images and be creative, creating cool images) - Data entry and analysis (data scraping and finding the relevant emails for individuals in companies, etc) Please note that in addition to the above tasks, there might be a few ad hoc responsibilities that I'd need your help with. Be ready to adapt to new challenges. Looking forward to working with you. The job required is for a 30 days. The budget is negotiable based on your skill set. You must be fluent in E...

    $458 (Avg Bid)
    $458 Snittbud
    92 bud

    I'm looking to improve search engine rankings for my website from Quora, specifically focusing on technical topics. Key Requirements: - Promoting technical content: The answers should be SEO-optimized for technical topics, with relevant keywords and phrases. - Linking to my website: The answers should also include links to my website for more information, without appearing spammy or overly promotional. -Most Searched Questions About Dry Fruits Ideal Freelancer: - Experience in Quora SEO: I need someone who knows how to optimize Quora content for search engines effectively. - Technical background: A background or strong understanding of technical topics will be a big plus for this project. - SEO expertise: Knowledge of SEO best practices and experience with link ...

    $72 (Avg Bid)
    $72 Snittbud
    30 bud

    I'm in need of a skilled developer who is experienced with inventory management systems, report production, analytics, user access control, and Windows-based applications. This job involves maintenance of a warranty return tracking software, with specific attention to: - Inventory management: Ensuring that the software e...software is to track and manage warranty returns effectively. Ideally, you should have previous experience in software creation and maintenance for tracking and managing products. The purpose of this project would be Bug fixing and improvement of the software tool already existing. Required: Experience with ER Models architecture Experience with MS SQL server 2017 express as DBMS Experience with Python 3.8.3 and Tkinter GUI toolkit Experience with Powe...

    $8510 (Avg Bid)
    $8510 Snittbud
    51 bud

    We are looking for a web designer who has minimum 3 years of experience in Full Stack Development. Tech for backend can be python/node.js and for frontend react.js. We have the UI for what we want to build, we need backend and frontend to be developed for the same. Our website is a marketplace, where publishers can register and add their offerings and advertiser can purchase it and place orders, admin panel UI is also available. You should know how to follow structured approach and keeping scalability in mind.

    $742 (Avg Bid)
    $742 Snittbud
    44 bud
    Pump.Fun Trading Bot Development 6 dagar left
    VERIFIERAD

    I'm looking for an experienced...Requirements: - Supporting Exchanges: The bot should be able to operate on , - Functionality: The bot should have the capability to execute automated buy and sell orders, perform real-time market data analysis, and offer customizable trading strategies,Market value management. Ideal Skills: - Strong experience in developing trading bots for cryptocurrency exchanges - Proficiency in the Python programming language The successful candidate should have a deep understanding of the various crypto exchanges supported and the nuances of the platform. Experience in developing similar trading bots, particularly with the desired functionality, is highly preferred. The ability to adhere to deadlines and produce a reliable, efficient bot is essential.

    $234 (Avg Bid)
    $234 Snittbud
    28 bud

    I need assistance in scraping the entirety of Grainger's online catalog and compiling it into a CSV. The CSV will need to include specific details about each product, including but not limited to the product name, description, price, manufacturer, Grainger number and SKU number. Key Responsibilities: - Scraping the Grainger website for all product details. - Compiling the scraped data into a CSV file. - Ensuring that the data is organized and categorized correctly. Ideal Skills for this Project: - Proficiency in web scraping tools and techniques. - Experience in organizing and compiling large datasets. - Understanding of CSV file format and its use. - Familiarity with Grainger's website and the ability to navigate it effectively. It's importan...

    $138 (Avg Bid)
    $138 Snittbud
    101 bud

    ...features to cater to users with disabilities. 4.5 Compatibility: • Compatibility with web browsers and devices (desktop, tablet, mobile). • Responsive design to adapt to different screen sizes and resolutions. 5. Technical Requirements: • This technical requirement document outlines the specifications for developing a recruitment website integrated with artificial intelligence (AI) features. • The website aims to leverage AI technologies to enhance user experience, improve job matching accuracy, and streamline the recruitment process for both job seekers and employers. • Development should be based on modern web technologies, such as HTML5, CSS3, JavaScript, and server-side scripting languages like PHP or Python. • Database manageme...

    $616 (Avg Bid)
    $616 Snittbud
    70 bud

    ...enhance crop monitoring, ultimately increasing crop yield and reducing water usage. Key requirements and deliverables include: - Building an intuitive Web UI that can analyze and display real-time crop images - Implementing machine learning algorithms using Python to interpret and predict the crop health and water requirements - Designing a robust backend system that can process and store large volumes of image data The ideal freelancer for this project should have: - Proficiency in Python programming - Experience in developing machine learning algorithms - Strong background in image processing and analysis - Prior experience in building web applications If you are excited about the possibilities of precision farming and have the requisite skills, I woul...

    $35 (Avg Bid)
    $35 Snittbud
    5 bud
    Custom Design Web Developer 6 dagar left
    VERIFIERAD

    We are seeking an experienced custom web developer to create a unique web application tailored to our specific needs. The ideal candidate will have expertise in the following areas: Recommended applications and Technology: HTML, CSS, JavaScript, React/Vue/Angular) Laravel, CodeIgniter, Node.js, Python, Ruby on Rails, PHP, or similar - Database management (MySQL, PostgreSQL, MongoDB, etc.) - API integration - Responsive design **Responsibilities:** - Develop and maintain the web application according to the project specifications. - Collaborate with our team to refine and improve features. - Ensure the application is secure, efficient, and scalable. **Requirements:** - Proven experience in custom web development. - Strong portfolio showcasing relevant ...

    $515 (Avg Bid)
    $515 Snittbud
    62 bud

    ...am looking for an experienced Python developer to partake in a web development project. The specific tasks were not explicitly listed, but based on the nature of the project, they may encompass: - Building and deploying web applications - Managing data & user interfaces - Testing and debugging The desired Python libraries or frameworks were not specified, so freelancers with a broad Python knowledge will be more suited to adapt to the project's requirements. Critical skills and experience include: - Python programming expertise - Familiarity with typical Python libraries and frameworks - Proven experience in web development - Knowledge of web scraping, data analysis, and API integration (optional). The ...

    $4638 (Avg Bid)
    $4638 Snittbud
    29 bud

    ...Analyze and resolve existing bugs and issues in the project's codebase - Develop new features and functionality to improve the project - Collaborate closely with the local team on a day-to-day basis - Work in an agile, milestone-driven environment to deliver results on time - Utilize JavaScript, React, and Python as the primary technologies, with familiarity in other relevant technologies Qualifications: - Proven experience as a full-stack developer, with expertise in JavaScript, React, and Python - Strong problem-solving and debugging skills - Ability to work effectively in a local, collaborative team environment - Excellent communication and interpersonal skills - Experience in a milestone-driven, agile development process To apply, please submit your resume and d...

    $742 (Avg Bid)
    $742 Snittbud
    102 bud

    ...design. Key Features: - Collaboration Tools: Implementing robust collaboration tools to enhance team productivity. - Knowledge Base: Integration of a comprehensive knowledge base to support users in utilizing llmRAG efficiently. Programming Languages: - Python and JavaScript: The software should support these two languages effectively. Design Requirement: - Professional and Corporate: The design of the llmRAG interface should reflect a top-notch professional and corporate look. Ideal skills for this project include proficiency in Python and JavaScript, experience in developing collaboration tools, and a strong understanding of creating a professional and corporate design aesthetic. Your ability to work with cloud-based IDEs and incorporating a knowledge base will be ad...

    $185 (Avg Bid)
    $185 Snittbud
    23 bud