Selenium download file pythonJobb

Filter

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

    Vi behöver en noggrann person som går igenom en hemsida och gör en rapport med saker som inte fungerar. Vad som ska testas: 1. Se till att text, video och bilder är läsbar och förstålig. 2. Se till att länkar fungerar och att man kommer dit man ska. 3. Se till att formulär fungerar och att den är enkel att förstå. Vilka webbläsare ska användas: - IE11 - Edge...Använd din egen mobil och dator till att börja med. Testa de enheter som du inte själv har tillgång till via - PC laptop - Mac laptop - 24" PC screen - 24" Mac screen - Android laptop - iPad - Android smartphone - iPhone - Windows smartphone Gör en sammanställning i ett spreadsheet över bug...

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

    I Need A Real Facebook Profile Visitors App - Every Download I Found Was Fake.

    $10 - $30
    $10 - $30
    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

    Jag har pågående arbete relaterat till vårat tidigare projektRender a 3d drawing from a .stp-file'

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

    I need an experienced WordPress developer to investigate and resolve an issue with my website's frontend file upload. Key Tasks: - Identify and rectify the problem causing files not to appear after successful upload. Additional Details: - The files are supposed to be visible on the frontend of the website, but currently, they are not showing up after being uploaded. - The uploaded files are intended to be visible only to logged-in users. Ideal Skills: - Proficiency in WordPress development and debugging. - Experience with frontend file upload functionalities. - Understanding of user permissions and visibility settings in WordPress. I am looking for a professional who can efficiently troubleshoot and resolve this frontend upload issue to ensure the system works flawl...

    $23 (Avg Bid)
    $23 Snittbud
    15 bud

    I have a simple STL file that I need to be transformed into a 3D model for visualization purposes. This project requires proficiency in SketchUp specifically and making elevation on pdf. Key requirements: - Transforming an existing STL file into a 3D model - The 3D model should be optimized for making 3d images I am looking for an experienced professional who can deliver high-quality and visually appealing 3D models with 2d elavations on autocad or pdf . An understanding of SketchUp is essential for this task. I will attach the product design in STL format upon agreement with a freelancer

    $42 (Avg Bid)
    $42 Snittbud
    12 bud

    ...mind for the LED display, so I'm open to creative suggestions. It would be great if the design can enhance the user experience and make the game more engaging. - **Programming Language:** I'd prefer the game to be developed using Python. Please ensure you're proficient with Python and can create a smooth and efficient game. - **Control Mechanism:** I'll need the game to be controlled via a web interface that's accessible through a network. This is essential for user interaction and convenience. Ideal skills and experience for this project include: - Proficiency in Python - Experience working with Raspberry Pi - Knowledge of web interfaces and networking If you're confident in your ability to deliver this project to a high standard, pl...

    $18 (Avg Bid)
    $18 Snittbud
    6 bud

    I need an expert in Selenium to automate functionality testing of our web application. This project aims to ensure the application functions as expected with regular, automated testing. Key Responsibilities: - Developing automated functions testing for our web application - Ensuring tests are compatible with Google Chrome. Ideal Skills: - Proficient with Selenium - Familiar with functionality testing. - Reliable and consistent test development. Previous experience with Selenium-based functionality testing in Chrome is highly desirable.

    $25 (Avg Bid)
    $25 Snittbud
    5 bud

    I'm seeking a skilled Python developer with exceptional capabilities in algorithms and data structures. Your primary task will be to develop an innovative solution for a Disjoint Union Set problem. Key Responsibilities: - Develop a new solution from scratch - Implement a Disjoint Union Set algorithm in Python - Ensure the algorithm is efficient and correct Ideal Skills and Experience: - Proficiency in Python is a must - Deep understanding of algorithms and data structures, specifically Disjoint Union Set - Strong analytical and problem-solving skills I have a code already but npot working but i recommend u start from skratch here is the problem please read it, the problem is tricky As it is the best SHS course, the teacher allowed you to work in groups as bi...

    $31 (Avg Bid)
    $31 Snittbud
    10 bud

    Hello, I'd like to correct an error I have on our Python/Django website hosted on PythonAnywhere. Here are the logs: If you think you can fix this bug, please contact me via Freelancer.

    $17 (Avg Bid)
    $17 Snittbud
    6 bud

    I'm in need of an experienced web developer proficient in Python or PHP, specifically with expertise in Magento. The project involves creating a customized e-commerce website, which requires several key features: - Product Catalog: The website must be able to showcase a wide range of products, organized in a user-friendly and visually appealing way. - Shopping Cart & Checkout Process: A seamless and secure shopping experience for users is paramount. This involves a smooth cart functionality and a secure checkout process. - User Registration & Login: The site should enable users to create accounts and log in, allowing for personalized shopping experiences and order tracking. - Super fast load time at least 93 score in google load time. - Booking Platform with Calendar: ...

    $361 (Avg Bid)
    $361 Snittbud
    31 bud
    Convert PES File to Satin Stitch 6 dagar left
    VERIFIERAD

    I have a PES file that needs to be converted into a satin stitch. The original design is available in another format, so you can work from that. Key Requirements: - Convert PES file to satin stitch - Multiple size outputs are needed Ideal Skills and Experience: - Proficient in PES file format - Experience with converting designs to satin stitch - Able to handle multiple size outputs Please bid if you have the skills and experience necessary.

    $13 (Avg Bid)
    $13 Snittbud
    27 bud

    an experienced C++ or Python or Tenserflow or Java or AI (etc.) developer to create a software program for Windows. A skilled developer with expertise in creating a dynamically pixelating images (not simple machine or grid pixelation). The program should have the following functionalities: - dynamically pixelate any imported image into mathematical, non-mathematical or custom shapes in various styles with user adjustable settings and configurations - adding additional shapes into the created shapes in separate layers to create more complex outcomes - export of the pixelated images as 300dpi vectorized or rasterized files - intuitive interactivity with user friendly adjustments, selections and editing The ideal freelancer would have extensive experience in graphic programming, cre...

    $499 (Avg Bid)
    $499 Snittbud
    19 bud

    ...Key Responsibilities: - Integrating WhatsApp Cloud API: The first phase of this project would involve setting up the WhatsApp Cloud API, including the integration of a websocket webhook for real-time communication. - Developing Automation Scripts: I will need you to create Python scripts that can automate various communication tasks on my behalf. This might involve sending messages, responding to specific triggers, or even managing contacts. Skills and Experience: - Proficiency in Python: You should be an expert in Python programming, as this will be the primary language used in the automation scripts. - Experience with API Integration: Previous experience working with WhatsApp Cloud API or similar cloud-based communication APIs would be a plus. - Understanding of ...

    $18 (Avg Bid)
    $18 Snittbud
    5 bud

    I'm looking for a Python content writer who can create technical documentation at an intermediate level geared towards software developers. Key Requirements: - Previous experience writing technical documentation. - Comprehensive understanding of Python programming language. - Ability to break down complex concepts into easily digestible content. - Knowledge of the needs and interests of software developers. The documentation should be structured, engaging, and provide a thorough explanation of Python concepts that are relevant and useful for software developers. A long-term collaboration may be possible for the right candidate.

    $131 (Avg Bid)
    $131 Snittbud
    29 bud

    ...also can be uploaded through excel sheet with serial number of all products. 4. Customer can see all the uploaded products and can request for quotation. There is no need to show the available quantity (stock) to customers. 5. Admin can see the requested quotes where the prices and quantity will be reflected of all the products in quotation. Admin can edit the prices manually and can share and download the requested quotation to anyone. 6. Admin can create multiple sub admins and can assign different rights to them as he wants. 7. After approval of the quotation of the customer, he can place the order and unique order id must be generated against each order. 8. Admin can see the order history and filter the data as required. In order history customer can see the order id, date, ...

    $665 (Avg Bid)
    $665 Snittbud
    13 bud

    I'm in need of a talented audio professional to help me clean up a series of speech-based audio files. These files suffer from significant background noise, specifically static or electronic noise. This noise needs to be removed, without compromising the speech content. Key responsibilities: - Identify and isolate the static or electronic noise. - Employ appropriate tools and techniques to clean the audio. - Deliver high-quality audio files free of noise. Ideal candidate: - can use AI - Proficient in audio editing software such as Audacity, Adobe Audition, etc. - Previous experience in cleaning audio files, especially speech. - Strong attention to detail. - Able to work efficiently and meet deadlines.

    $67 (Avg Bid)
    $67 Snittbud
    15 bud

    I'm searching for a skilled Python developer with a solid background in machine learning and image recognition to work on a project to help me write a python code that can detect the questions on a scanned image and crop them into different images. You can use any library or package. Key Tasks: - Object Detection: I require the developer to implement object detection capabilities within my image recognition system. - Text Blocks Detection: I need a method to accurately detect and interpret text blocks within images. The ideal candidate should have: - A strong background in Machine Learning, especially with Python. - Extensive experience in object detection and image classification. - Expertise in text blocks detection would be a great advantage. The data ava...

    $168 (Avg Bid)
    $168 Snittbud
    25 bud
    CI/CD Process for Model Retraining 6 dagar left
    VERIFIERAD

    ...HuggingFace space for CI/CD implementation. I need a clear step-by-step explanation, with code snippets, of how to set up this pipeline. - Code Snippet for Retraining: The most critical part of the project is to provide a Python code snippet that will retrain the model when new data is introduced. - No model training: It's important to note that I am not asking for the training of a new model. The aim here is to automate the retraining process when new data is available. Ideal skills and experience for this job include: - Proficiency in Python: The code snippet should be in Python. Experience with machine learning libraries like TensorFlow, Keras, or Scikit-learn would be advantageous. - CI/CD Tool Knowledge: Familiarity with Docker and HuggingFace space or r...

    $42 (Avg Bid)
    $42 Snittbud
    8 bud

    I have an excel file, need add product categorie on a column - budget 100€

    $112 (Avg Bid)
    $112 Snittbud
    62 bud

    I'm looking for a Python developer to create a simple Dash app that includes a PDF viewer. Key Requirements: - User can upload multiple pdf files in the app. - The user can select which pdf should be displayed in the viewer - the user can enter a text in a text box and when hit submit the app should be able to highlight those texts in the PDF.

    $93 (Avg Bid)
    $93 Snittbud
    23 bud
    Trax to AMOS Data Migration 6 dagar left
    VERIFIERAD

    I'm in need of a professional to assist me with migrating customer data from the Trax system to AMOS, and upgrading an old version of AMOS to a newer version. Key Requirements: - Experience in data science and data migration is a must. - You should be capable of cleaning the data before the migration process. - Experience with Python is a bonus, as it may be beneficial for data cleaning and transformation. The volume of data is between 1GB and 10GB. The ideal candidate should be proficient in handling such sizes to ensure a smooth and efficient migration process.

    $537 (Avg Bid)
    $537 Snittbud
    23 bud

    ...computer engineering with solid background in both front-end and back-end development, I am confident in my ability to contribute effectively to your projects. Technical Skills and Expertise Front-end Development: Skilled in HTML, CSS, and JavaScript, with experience in and Tailwind CSS. I focus on creating responsive and visually appealing user interfaces. Back-end Development: Proficient in Python and Node.js, with a track record of building robust APIs and microservices. Database Management: Experienced with MySQL and MongoDB, capable of designing efficient database schemas and performing queries. Full-Stack Development: Able to integrate front-end and back-end systems seamlessly, handling state management, authentication, and real-time data. UI/UX Design: Knowledgeable in us...

    $22 / hr (Avg Bid)
    $22 / hr Snittbud
    15 bud
    Desarrollador Odoo Experto -- 2 6 dagar left
    VERIFIERAD

    ...configuraciones y los procedimientos operativos estándar. Formación y Capacitación: Capacitar a los usuarios finales y al personal técnico sobre cómo usar y administrar Odoo. Cualificaciones: Educación: Licenciatura en Informática, Ingeniería de Sistemas o campo relacionado. Experiencia: Mínimo de 5 años de experiencia en desarrollo con Odoo. Conocimientos Técnicos: Profundo conocimiento de Python y frameworks web (ej. Flask, Django). Experiencia con bases de datos PostgreSQL. Conocimiento de tecnologías front-end (HTML, CSS, JavaScript). Certificaciones (Deseable): Certificación en Odoo (por ejemplo, Odoo Certified Developer). Habilidades: Excelentes habilidades de comunicaci&oa...

    $14 / hr (Avg Bid)
    $14 / hr Snittbud
    6 bud
    German Recording project -- 82573 6 dagar left
    VERIFIERAD

    German Recording project We have a project, that needs Native German speakers, we will give you the text, and you need to record 89 short sentences. you just need to download our software, to read our text and record it, it's a very easy job. 1. You will need to record in a quiet place without loud background noise. and without an echo. 2. Each person Price is 8$ for 89 short sentences record. 4. The project will take about 10-15 mins only. If you are interested please let me know sure. I will contact u. A Good Opportunity For New Freelancers For taking 5 Star Review after their completion of the project. Thanks :

    $9 / hr (Avg Bid)
    $9 / hr Snittbud
    2 bud
    Italian Recording Project -- 14426 6 dagar left
    VERIFIERAD

    Italian Recording Project We have a project, that needs Native Italian speakers, we will give you the text, and you need to record 89 short sentences. you just need to download our software, to read our text and record it, it's a very easy job. 1. You will need to record in a quiet place without loud background noise. and without an echo. 2. Each person Price is 5$ for 89 short sentences record. 4. The project will take about 10-15 mins only. If you are interested please let me know sure. I will contact u. A Good Opportunity For New Freelancers For taking 5 Star Review after their completion of the project. Thanks :

    $4 / hr (Avg Bid)
    $4 / hr Snittbud
    2 bud

    ...am in need of a competent Python Django developer who can handle complex backend development and database integration tasks and run code as offline. Key Responsibilities: Develop, test, and maintain robust, scalable, high-quality software solutions. Design and implement new features and functionality. Write clean, maintainable, and efficient code. Develop RESTful APIs to support front-end functionality. Integrate user-facing elements developed by front-end developers with server-side logic. - In-depth understanding and experience of backend operations using Python Django. - Managing and integration of the database with the application. - Maintenance and improvement of existing codebase for optimal functionality. Desirable Skills: - Proven experience in Python D...

    $11 / hr (Avg Bid)
    $11 / hr Snittbud
    25 bud

    France French Recording Project We have a project, that needs Native France French speakers, we will give you the text, and you need to record 89 short sentences. you just need to download our software, to read our text and record it, it's a very easy job. 1. You will need to record in a quiet place without loud background noise. and without an echo. 2. Each person Price is 5$ for 89 short sentences record. 4. The project will take about 10-15 mins only. If you are interested please let me know sure. I will contact u. A Good Opportunity For New Freelancers For taking 5 Star Review after their completion of the project. Thanks :

    $5 / hr (Avg Bid)
    $5 / hr Snittbud
    3 bud
    Russian Recording Project -- 70424 6 dagar left
    VERIFIERAD

    Russian Recording Project Note : We need Native Russian speakers for long term project. We have a project, that needs Native Russian speakers, we will give you the text, and you need to record 626 Short sentences. you just need to download our software, to read our text and record it, it's a very easy job. 1. You will need to record in a quiet place without loud background noise. and without echo. 2. Each person is $14 dollar for 626 sentences record. If you are interested please let me know sure.I will contact u. A Good Opportunity For New Freelancers For taking 5 Star Review after their completion of the project. Thanks :

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

    I'm looking for a skilled machine learning professional who can help me create a simple web-based dashboard for data analysis using Python. Key Requirements: - Utilize Python for data visualization - Data to be visualized is categorical - Proficient in machine learning for data analysis Ideal Skills: - Proficiency in Python for data visualization - Experience in creating dashboards for data analysis - Knowledge in machine learning for understanding the data The dashboard should be user-friendly and easy to understand, and should be hosted on a web server for easy access. Experience in similar projects would be a definite advantage.

    $7 / hr (Avg Bid)
    $7 / hr Snittbud
    12 bud

    As a Python Developer, I'm intent on automating specific repetitive tasks related to file management and organization. Key Responsibilities: - Develop scripts in Python to automate repetitive file management tasks. These tasks are slowing down our productivity and we need a solution to streamline them. - Implement an effective, reliable and user-friendly automated system that requires minimal manual intervention. - Ensure the system is highly secure and can handle large volumes of data effectively. The ideal candidate will have: - Proficiency in Python programming language and experience in automation.

    $131 (Avg Bid)
    $131 Snittbud
    16 bud