Python scrapy imagesJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 python scrapy images 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

    VERY SIMPLE PROJECT NEED DONE VERY QUICK! 10$Alter some Images

    $10 (Avg Bid)
    $10 Snittbud
    14 bud

    VERY SIMPLE PROJECT NEED DONE ASAP! Alter some Images

    $15 (Avg Bid)
    $15 Snittbud
    28 bud
    Software in Python Avslutades left

    Good programming skills

    $30 (Avg Bid)
    $30 Snittbud
    1 bud
    Deep etch images Avslutades left

    Deep etch 17 images

    $9 (Avg Bid)
    $9 Snittbud
    1 bud
    SVG images Avslutades left

    Svg Image project

    $22 (Avg Bid)
    $22 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
    Alter some Images Avslutades left

    RETOUCH, photomontage, trim, retouch skin

    $20 (Avg Bid)
    $20 Snittbud
    22 bud
    Alter some Images Avslutades left

    Alter some images

    $53 (Avg Bid)
    $53 Snittbud
    20 bud
    Alter some Images -- 2 Avslutades left

    Alter some images

    $60 (Avg Bid)
    $60 Snittbud
    16 bud
    Alter some Images... Avslutades left

    Alter some images.............

    $17 (Avg Bid)
    $17 Snittbud
    36 bud
    Alter some Images Avslutades left

    Alter some Images

    $2 / hr (Avg Bid)
    $2 / hr Snittbud
    1 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
    Alter images Avslutades left

    Alter some images

    $39 (Avg Bid)
    $39 Snittbud
    1 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

    Hi Avinash D., Here is new project for you. Undetectable automation with SeleniumBase UC Mode and undetected-chromedriver. (Python)

    $100 (Avg Bid)
    $100 Snittbud
    1 bud

    I'm in need of a skilled Python developer who is proficient with Django framework for the purpose of backend web development. The task at hand involves: - Constructing a web application using Python and Django. - Developing an efficient and robust backend system. Ideal candidates should have demonstrated experience in Python and Django framework, as well as backend web development. Please be ready with your proven track records and be prepared to discuss how your skills and experience can contribute to this project. Let's build something great together!

    $145 (Avg Bid)
    $145 Snittbud
    96 bud
    Program for scrapping with HTTP 6 dagar left
    VERIFIERAD

    hello there, i need a software for automate request with POST and GET methods, capability to find API's to do this actions. Desired skills: *HTTP *POST & GET methods *HEADERS *CUSTOM HEADEARS *API *MOBILE APPS *STRINGS *PYTHON / C++ *Selenium WebDriver *URLLIB

    $99 (Avg Bid)
    $99 Snittbud
    74 bud

    In search of an experienced developer with specialty in Ruby, Rails, and Python. You'll be tackling various tasks, primarily focusing on the front-end development. Although the specific tasks were not listed, proficiency in HTML/CSS, JavaScript, and UI/UX design is desirable. In your application, provide the following: - Your experience with Ruby, Rails, and Python. - Past projects or work related to these technologies. Scope of the work: I am facing one issue in the front end, Find the attached screenshot and the highlighted yellow color value not getting correct from the backend. You need to check the backend as well.

    $132 (Avg Bid)
    $132 Snittbud
    13 bud

    I require assistance in deploying my Python-based machine learning project to a local windows platform. The project can be found at this GitHub link: - **Platform**: The project must be deployed to a Local Windows or mac environment( pick one you like ). - **Python Version**: The project requires Python 3 to run correctly. - **Dependencies**: During deployment, there's a need to factor in the dependency of ML for my project to function appropriately. The ideal freelancer for this task would be experienced handling deployments to a local Windows environment, adept at working with Python and possess proficiency in dealing with ML dependencies.

    $19 (Avg Bid)
    $19 Snittbud
    39 bud

    I am in need of a skilled coder to convert a Python project on Github directly into C#. It's an intermediate-level project, so plenty of challenges for an expert coder. Key requirements: - Directly port Python project to C# - Maintain a blend of both original and newly structured architecture, bringing good judgement on optimizing it for the C# environment. Ideal Candidate: - Proficient in both Python and C# - Experienced in code conversion - Good understanding of project structure optimization - Ability to work with intermediate complexity projects. The project I need converted is:

    $269 (Avg Bid)
    $269 Snittbud
    109 bud

    I'm looking for an experienced freelancer, well-versed with Python, GitHub and Google Colab to help me deploy my Python-based machine learning project to Google Colab. - The project already has a dedicated GitHub repository. - Knowledge in deploying simple Python-based ML models on Google Colab is needed. - You must ensure the deployed project runs smoothly and rectify any issues during the deployment process. Your background in Python, Machine Learning, and GCP will be extremely crucial for this project. Familiarity with similar projects is a plus.

    $52 (Avg Bid)
    $52 Snittbud
    27 bud

    ...sophisticated page builder with functionalities I can quickly and conveniently manage. Key requirements of note: - Page builder should have a drag and drop feature. - Drag and drop feature should support advanced elements, particularly forms and maps. - The page builder should integrate with databases, as well as e-commerce systems. Ideal Skills and Experience: - Proficiency in Flask, a python-based micro web framework is imperative for this job. - Experience with developing drag and drop user interfaces. - Familiarity with advanced UI components like forms and maps. - Proven track record with integrating systems with databases and e-commerce platforms. I am looking forward to getting proposals from Flask developers who are excited by the challenge of designing a cutti...

    $9 / hr (Avg Bid)
    $9 / hr Snittbud
    9 bud

    ...a proficient Image Processing Expert who can skillfully handle python-based machine learning code within a GAN architecture. I intend to significantly enhance the quality of my project images through the application of advanced image processing techniques. Tasks & Responsibilities: * Handle and manage python-based machine learning code * Utilize GAN (Generative adversarial networks) architecture to process images * Augment, classify, and generate images as necessary Ideal Skills and Experience: * Proficiency in Python * Deep understanding of GANs * Substantial experience in machine learning & image processing Desired Outcome: The ultimate goal of this project is to significantly enhance the quality of the processed images to ...

    $152 (Avg Bid)
    $152 Snittbud
    8 bud

    I'm looking for an experienced GIS developer who is proficient in Python programming, qgis, Mapbox, rasterio, postGIS and other integration. Your primary role will be to explain GIS concepts relevant to my project; specifically, spatial analysis, cartography, and remote sensing. The ideal candidate: - Is confident in their ability to simplify complex GIS concepts - Possesses expert knowledge in Python and Mapbox - Can deliver the project as soon as possible Your input will significantly enhance my understanding of these GIS concepts and enable me to better navigate the system. Please state your relevant experience and availability in your bid.

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

    I'm in need of an experienced Python developer to optimize and automate my existing Python functions. This role does not only involve data analysis; it also involves file manipulation and web scraping. Now let's check out what you'll be working on: - Revamping Function: The existing function needs to be automated so it works effectively and efficiently. This includes working with modifying and optimizing the code. - Mobile Signature: Another crucial area you'll be dealing with is to implement mobile signature in the script to facilitate its operation. - Task Automation: The function should be programmed to undertake specific tasks. These include fetching data from a website and updating a database accordingly. Ideal Skills: - Python scripting -...

    $28 (Avg Bid)
    $28 Snittbud
    58 bud

    I am seeking assistance with a Python script. While there was no specific functionality specified, it would be great if the freelancer boasts a versatile skill set to handle different tasks that may involve: - Data parsing - Web scraping - File manipulation Due to the lack of a specified timeline, I'm somewhat flexible with the delivery date, but I'd appreciate consistent progress and updates. I am especially interested in working with individuals who have extensive experience in Python, but strong general coding knowledge is also useful in anticipating and troubleshooting issues. This open-ended project is perfect for someone who enjoys problem-solving and taking the initiative.

    $114 (Avg Bid)
    $114 Snittbud
    92 bud

    I have a CSV file with my Apple Music play history and I'm seeking a Python programmer to help reduce the redundancy within it. Specifically, I need: - Condensation of textual data: Whittle away superfluous data to Playlist ID, artist, play count (this is optional), and album (also optional). +not every song has a unique playlist ID in the same column, there are several different ways a unique playlist ID could populate, some data points will use more than one column's ID, some only have a unique ID in one column. Unfortunately each column has a different format for each ID. - Criteria for duplicates: Only one row of data for each song. I define "duplicates" based on both the artist and the song title. To avoid two songs with the same title but different a...

    $135 (Avg Bid)
    $135 Snittbud
    87 bud

    ...successful candidate will demonstrate expertise in Python programming, servo control, and Modbus communication. Scope of Work: Phase 1: Raspberry Pi Setup & Servo Motors Control Description: Set up the Raspberry Pi 4b to control servo motors, including connecting it to the Delta Touch Screen (DOP-110WS) and configuring communication with the Panasonic Minas Driver (MADLN05NE) and Panasonic Servo Motor (MHMF092L1U2M). Install Modbus server software and develop custom Python scripts for Modbus communication and servo motor control. Conduct thorough testing to ensure alignment with project specifications. Deliverables: Raspberry Pi configured for communication with Delta Touch Screen and servo motors. Modbus server software installed. Custom Python scripts for s...

    $63 (Avg Bid)
    $63 Snittbud
    88 bud

    Hi, I'm looking for proficient programmers to join my team. We need expertise in JavaScript, Python, and C++. Your tasks will involve working on various cloud-based and desktop software projects. Key requirements: - Proficient in JavaScript, Python, and C++ - Experienced with React and Angular frameworks - Capable of following specific design and UX/UI requirements for websites/software projects Incredible attention to detail, good analytical skills, and ability to brainstorm and troubleshoot are essential for this role. I look forward to your bids!

    $2243 (Avg Bid)
    $2243 Snittbud
    56 bud

    I have a python scrape that collects data from a website but the cookie and csrf have changed and I am not sure how to obtain the ones from dev tools. Here is the top part of the broken scrape code. Can you fix it? Full code attached. # Scraping import os import datetime from time import sleep import requests import pyodbc from import InsecureRequestWarning requests.packages.urllib3.disable_warnings(category=InsecureRequestWarning) def terminate(error_message, code, data, d_type): print(f"[{d_type}]{error_message}, Check Logs. Exiting...") dt = str(()).replace(".", "_").replace(":", "_").replace(" ", "_").replace("-", "_") print(f"nPlease Check File: scraper_logs/{dt}...

    $142 (Avg Bid)
    $142 Snittbud
    26 bud

    ...and vehicles from a series of user-uploaded images. Key requirements: - Capable of detecting both humans and vehicles with high-accuracy - Have strong experience in computer vision, machine learning, and AI algorithms - Expertise in working with user-originated image inputs In addition to these, the ability to create robust and efficient models that can handle a large amount of data would be beneficial. This is an intricate project requiring advanced skills in image processing and machine learning. The better the accuracy, the higher the chance you will land this project. I more so need to detect vehicles. Humans/pedestrians can be a later input. I need to be able to keep a count of the cars that drive over a certain spot. I have used Python and YOLO and created a te...

    $750 - $1500
    Försegla
    $750 - $1500
    104 bud

    As a proactive client, I...experienced web developers to bring a website idea to life. The primary purpose of the website hasn't been finalized yet hence, it could either be for ecommerce purposes, information-sharing or as a portfolio. I am flexible in the technologies being used, so whether you're proficient in Java, PHP or Python, feel free to express your preference. As for your applications, please focus on highlighting your experience. Ideal Skills: - Proficiency in any Web development languages (Java, PHP, Python) - Strong experience in website development Please place your bid if you match the criteria and are able to bring innovative ideas to the table. A successful partnership on this project could lead to further opportunities down the line. Looking f...

    $450 (Avg Bid)
    $450 Snittbud
    216 bud
    Sistema en angular para clinicas 6 dagar left
    VERIFIERAD

    Busco un sistema para administracion de clinicas o centros medicos , requisitos: Base de datos: Postgresql (Si maneja ORM MEjor) Backend: Python o Java Frontend: Angular ( actual)

    $506 (Avg Bid)
    $506 Snittbud
    21 bud

    I'm in need of a proficient Python Flask developer capable of designing and implementing a job recommendation system. NOTE: Please refer this link to get an idea of the workflow: ,259,3953,2589&p=FhX5d9EK3JOT1u3pIHqp1 Key Features: - System Development: Design and implement the backend logic and frontend components of the job matching platform using Flask, ensuring high performance, reliability, and security. - User Authentication and Authorization: Develop user registration and authentication functionalities to allow secure access to the platform for job seekers and recruiters. - Profile Management: Implement features for job seekers to create and manage their profiles, providing essential information such as skills, experience

    $77 (Avg Bid)
    $77 Snittbud
    6 bud