Free lance python noirJobb

Filter

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

    Today most companies gets flooded by marketing opportunities in various forms; get a new website, advertise in this magazine, optimize your googlepresence, sponsor this or that and many companies are just flushing money down the toilet. Some jump on an offer merely to get rid of the salesperson, others truly believe that it will have a positive effect on sales, 99 % have the same thing in common - they have no clue if it actually produces any result. With some of the sharpest minds in psychology, marketing and finance we have developed a system that reduces waste and guarantees at least a 20 % increase in results. That might not sound like much, but ask any company if they would like to add 20 % on their bottom line with the same kind of expenditure, they would jump on that opportunity...

    $13 / hr (Avg Bid)
    $13 / hr Snittbud
    2 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

    ...looking for an experienced Python developer to debug a Python code that uses Gurobi to solve Vehicle Routing Problems. The main objective of the solution is to optimize delivery routes, minimize total distance traveled, and maximize the number of deliveries completed in a day. Although the specific bugs are not defined, the dev will need to identify and correct them to ensure the program runs smoothly. The solver should have the ability to handle time windows for deliveries with certain flexibility, meaning although it should generally adhere to the set time frames, it can deviate somewhat when needed. Ideal candidate should have: - Strong Python programming skills - Experience with Gurobi - Experience with Vehicle Routing Problems - Ability to debug Python...

    $851 (Avg Bid)
    $851 Snittbud
    1 bud
    Skype Automation Optimization 6 dagar left
    VERIFIERAD

    See we have done our list of business tasks using python file and connect with rabbitmq but it's putting more load to server, we need better automation on Skype: 1. We will share u the python file once u send ur detailed action plan. 2. It's 50 usd task, pls do effectively and achieve better results. Once it's done we need to do same with WhatsApp API also to send this screenshots and followup. I currently have a Python file that automated various tasks in my business. Unfortunately, it's affecting our server load negatively and I'm looking for an expert to enhance this system. The tasks to be automated daily on Skype include: - File Sharing - Message Scheduling Furthermore, I need some unique features incorporated in the message schedulin...

    $93 (Avg Bid)
    $93 Snittbud
    4 bud

    ...differences, existing AZURE OCR API have not met our requirements, necessitating a custom solution. ✔Specific Requirements: 1. Ability to read QR codes from multi-page PDF files, multiple PDF files, and image files such as JPGs and PNGs. 2. Capability to analyze the data within the QR codes and format it into CSV files. 3. Development must be done in either Python or JavaScript. ✔Skills Required: -Experience in development with Python or JavaScript. -Knowledge of OCR technologies and QR code reading techniques. -Experience in handling PDF and image processing. ✔Project Goals: The goal is to efficiently extract data from various files provided by clients, automating and enhancing our operations. The finished program must be able to accommodate the diverse file formats we...

    $544 (Avg Bid)
    $544 Snittbud
    29 bud

    I am in need of someone creative to develop 100 unique and engaging TV channel names. These names should ideally encapsulate a spirit of playfulness while maintaining a professional tone. Key Points: - There wasn't a specific type of TV channel mentioned, so feel free to play with a variety of concepts - The names need to be playful and professional, blending entertainment and credibility - All names must be unique, creative, and catchy to distinguish the channels in a crowded market Ideal skills and experience: - A background in branding or marketing would be beneficial - Experience in creating catchy names or slogans - A good understanding of what makes a TV channel name both attractive and memorable - Creativity and original thought. If you can do the job type I am ...

    $346 (Avg Bid)
    $346 Snittbud
    14 bud

    I’m in need of a skilled freelancer proficient in C, C++, and Python programming languages. Your primary role will be to develop a software application from scratch. Having a strong background in these languages is crucial because the software will be built simultaneously in all three languages. Ideal Skills: - Advanced knowledge in C, C++, and Python - Proven experience in software development - Strong problem-solving skills - Ability to work collaboratively and independently Please note that code optimization was not highlighted as a priority for this project. This should allow you to primarily focus on building a functional and reliable software application.

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

    I'm looking for a skilled software engineer to create a self-learning automation software that will handle my assignments and projects while I'm ...typically part of assignments and projects - Ensure the software is designed for self-learning to improve its efficiency over time Preferred Skills: - Proficient in Python, familiar with AI agents - Experience in developing self-learning software preferred - Knowledge of LLMS (Local Learning Management System) is a plus The main goal of this project is to create a software that can independently handle my assignments and project tasks, continuously improving its efficiency through self-learning. The ideal candidate should have a track record of developing similar software, and be able to demonstrate their expertise in Pyth...

    $506 (Avg Bid)
    $506 Snittbud
    10 bud

    I need a Python expert who can create a trading bot for me. This bot will not be tied to any specific trading platform, only related to Indian Stocks but rather designed to be adaptable and functional across various platforms. The bot will need to be able to perform the following tasks: - Data analysis: The bot should be equipped with moving averages, MACD, and RSI indicators for effective analysis and decision-making. - Web scraping: The ability to gather data from various sources is crucial for the bot's functionality. - Automation: The trading bot should be capable of executing trades autonomously based on predefined trading strategies and indicators. Ideal candidates for this project would have: - Profound knowledge and experience in Python programming - Prior exp...

    $1368 (Avg Bid)
    $1368 Snittbud
    22 bud

    As a business, we need a skilled Python Developer to help us with data analysis. Your responsibilities will include: - Analyzing unspecified sets of data to help us make informed decisions about our strategy and operations - Presenting your findings in an easy-to-understand format, with clear implications for our business The ideal freelancer for this project has proven experience with data analysis using Python, knowledge of statistical analysis, and strong problem-solving skills. While not a must, prior experience with business or economic data analysis would strengthen your bid. Don't hesitate if you're up for the task. We are looking to get started soon, preferably finishing within a month.

    $293 (Avg Bid)
    $293 Snittbud
    10 bud

    I'm seeking a highly knowledgeable specialist in mobile robotics simulation using the ROS2 Noetic operating system, turtlebot3 and gazebo. The ideal candidate should possess a thorough understanding of Python as it's crucial for this role as well as deep reinforcement learning knowledge. Key requirements include: - Proven experience in robotics simulation, specifically with a focus on mobile robotics. - Exceptional proficiency with ROS Noetic is essential. - In-depth knowledge of Python. - Ability to work independently and troubleshoot challenging simulation scenarios. The task involves implementing and testing RL algorithms in a short time, so only talk to me if you’re fully available in the next couple of days

    $565 (Avg Bid)
    $565 Snittbud
    17 bud

    I am in need of a quick development of a user interface created from terminal-run code which i wrote (i will provide the code on contact) for my bank management system using Python and Tkinter. The current code will be provided for reference once selected for the project. (AS A GROUP OF STUDENTS WE CAN ONLY GIVE AT MAX 2000 RS WE JUST NEED A BASIC UI NO FANCY UI) Due to the immediate nature of the project within a week, I require the project to be completed as soon as possible. Ideal skills for this job would include: - Proficiency in Python. - Extensive experience with Tkinter. - Strong understanding of UI design. - Ability to deliver under tight deadlines. - Experience in banking software will be a plus. Please ensure your portfolio or similar past work experiences are a...

    $27 (Avg Bid)
    $27 Snittbud
    6 bud

    Looking for an innovative graphic designer to help create a flyer and infomercial that will serve as advertisement tools. The aim is to attract and engage men and women between 18 and 50 and also veterans hence, a modern and professional design style is needed. The flyer is meant for advertising free webinars on Price Action Trading Concepts I need 1. 4 templates on photoshop (.psd file is a part of the delivery) 2. 2 video infomercials (Adobe After Effect Only. Raw file needs to be a part of the delivery). This should be a combination of dynamic and static content Key Requirements: - Strong understanding of current graphic design trends. - Experience in creating impactful designs aimed at young adults. - Ability to translate messages into attractive, crisp visuals. Ideal cand...

    $100 (Avg Bid)
    Garanterad
    $100
    4 bidrag

    Here is a list of zip files on a US Govt website. You must write a Python program that uses a network library to download each zip file on this site, then find each .csv file in the zip archive, and copy each .csv file in each zip archive to a hard drive directory on the local windows machine. The directory will be "C:/MedicareDownloadFiles". The files cover the years 2017 to 2024. You may not hardcode file names ... you must extract the filenames from the above https URL. The fee for this will be $30. You must have it done within 60 minutes. Thanks for participating!

    $115 (Avg Bid)
    $115 Snittbud
    30 bud

    ...that the task is to write a script or program to do this automatically, and not to download all files manually. • You can use the sec-edgar-downloader (https://sec-edgar-downloader.readthedocs. io/en/latest/) package in Python for ease or other similar packages. Task 1.2: Text Analysis • Note: You have to submit ONLY – The program is used to merge data, clean data, perform analysis, and generate visualization. The main task for this part is to conduct text analysis using LLM API available for free. • There are a few services that provide LLM inference API along with some free credits to use. You don’t need to use any paid service. • Use LLM inference API to gather some information or generate some insights from the 10K filings for a...

    $73 (Avg Bid)
    $73 Snittbud
    5 bud

    Here is a list of zip files on a US Govt website. You must write a Python program that uses a network library to download each zip file on this site, then find each .csv file in the zip archive, and copy each .csv file in each zip archive to a hard drive directory on the local windows machine. The directory will be "C:/MedicareDownloadFiles". The files cover the years 2017 to 2024. The fee for this will be $30. You must have it done within 60 minutes. Thanks for participating!

    $141 (Avg Bid)
    $141 Snittbud
    18 bud

    Bonjour, Je lance une initiative pour vendre des raquettes de padel et des équipements en Tunisie et je cherche un expert en marketing digital pour développer et gérer nos pages Instagram et Facebook. Objectifs : Créer et grandir une présence attrayante sur Instagram et Facebook de zéro. Engager une audience ciblée intéressée par le padel et convertir cette audience en clients. Développer une stratégie de contenu créative qui met en avant nos produits et les avantages du padel. Responsabilités du Freelancer : Conception et mise en œuvre d'une stratégie de contenu adaptée pour les deux plateformes. Création et planification de publications engageantes, inclua...

    $88 (Avg Bid)
    $88 Snittbud
    5 bud
    Java Desktop App Cloud Migration 6 dagar left
    VERIFIERAD

    I'm looking for a skilled developer to migrate our Java-based desktop application onto the AWS cloud. The project involves: - Hosting the existing Java-based desktop application on an AWS cloud instance. - Implementing a multi-user access system. - Integrating a MySQL database component. - Developing a Python-based web interface for users to change settings. The ideal candidate should have: - Proficiency in Java, Python, and MySQL. - Prior experience with cloud hosting, particularly on AWS. - Knowledge of user access control systems, particularly Discretionary Access Control. - A good understanding of desktop-to-cloud migration. - Strong communication skills and attention to detail. We need a developer who can take a Java based desktop application and host it on a...

    $1181 (Avg Bid)
    $1181 Snittbud
    57 bud

    I'm looking for a skilled developer to create a P2P program specifically designed for Binance Merchant. The main goal of this program is to facilitate fast and secure transactions. Key Components: - The program should primarily focus on conducting transactions in a speedy and secure manner within the Binance Mer...permita competir con anuncios en el apartado P2P de binance, el programa debe tener capacidad de mantener mi anuncio en una posición fija sin ningún limite, posición fija con limite maximo, poder filtrar por banco, cantidad de compra, monto a aumentar, elegir posición en la tabla de acuerdo al filtro etc, adjunto pdf de otro programa del mercado parecido al que se requiere, ese fue desarrollado en Python, la idea no es hacer el mismo si no...

    $163 (Avg Bid)
    $163 Snittbud
    13 bud

    I am in need of a developer skilled in Python for a project concerning the creation of a tablet finder application compatible with Windows. The primary feature of this application must be search filters, specifically, those able to find tablets based on their MAC addresses. Ideal candidate would posses: - Proficient in Python - Experience in creating search filters - Familiar with MAC addresses - Working knowledge of Windows compatibility - Detail-oriented and able to work autonomously. The focus of this project is the development of a reliable application that can perform complex searches based on a tablet's MAC address. This is a specialized task requiring detailed and specific skill sets.

    $151 (Avg Bid)
    $151 Snittbud
    11 bud

    I am in dire need of a proficient machine learning engineer who is well-experienced in model selection, training, and data preprocessing. An ideal candidate would be one who excels in Python programming language since it is what I am most comfortable with. Additionally, you should be adept in handling a medium-sized dataset (1GB-10GB). In short, here's what I need: - Proficiency in Python programming - Robust experience with data preprocessing, model selection, and training - Ability to handle a medium-sized dataset (1GB-10GB) This project offers a great opportunity for those looking to flex their machine learning engineering muscles. I am excited to collaborate and see what your expertise can bring to the project.

    $498 (Avg Bid)
    $498 Snittbud
    44 bud

    I am seeking a Python C++ programmer who can assist me with the D400 Terminal. The primary task involves cloning software from a functioning D400 Terminal to a non-working one (because it ask for program). Ideal skills and experience: - Proficient in Python and C++? - Prior experience with software cloning - Familiarity with D400 Terminal (wich is a tool/machine/screen for concrete truck). Manual for D400 Terminal:

    $142 (Avg Bid)
    $142 Snittbud
    16 bud

    I am looking for an experienced individual to help me create an interactive web platform that will serve as a guide to various types of machine learning algorithms. The purpose of this guide is to cater t...-Decision tree -SVM algorithm -Naive Bayes algorithm -KNN algorithm -K-means -Random forest algorithm -Dimensionality reduction algorithms -Gradient boosting algorithm and AdaBoosting algorithm #Types of Machine Learning Algorithms# -Supervised Learning -Unsupervised Learning -Semi-supervised Learning -Reinforcement Learning I need totally 14 article. Each article must consist of 1500 words. Python should be preferred as the programming language. A minimum of two-three images should be used to support each article. Also each article should be a guide for people new to Machine ...

    $460 (Avg Bid)
    Sekretessavtal
    $460 Snittbud
    19 bud

    Modified python script as per client requirement

    $10 (Avg Bid)
    $10 Snittbud
    1 bud

    I'm in need of a Python developer with a focus on machine learning and AI. Your primary task will be to design and implement machine learning algorithms for our project. I'm looking for someone who can bring both technical skill and creative problem-solving to the table. Ideal Skills and Experience: - Strong Python programming skills - Proven experience in machine learning and AI - Previous project experience in this area I'm open to discussing the project, solving problems, and communicating progress. Looking forward to working with you.

    $121 (Avg Bid)
    $121 Snittbud
    33 bud

    I'm looking for a skilled Python developer who can help me with two key areas: revamping the structure of my code for efficiency and readability, and aiding in the creation of data visualisations. Key Tasks: - Code Improvement: enhancing the structure of my Python code. - Data Visualization: We'll be working on creating a range of data visualizations, including charts and graphs as well as interactive dashboards. You should have experience in creating these in Python. Ideal Skills and Experience: - Strong Python programming skills - Proven track record in code improvement - Previous experience with data visualization, particularly in Python - Familiarity with visualization libraries such as Matplotlib, Seaborn, Plotly, etc. - Ability to grasp ...

    $25 (Avg Bid)
    $25 Snittbud
    24 bud

    ...need of a Python expert who can meticulously extract text and tables from PDFs for data analysis. The requirements are as follows: - Develop a Python solution in form of a Jupyter Notebook - Preferable use of the libraries PyPDF2, Tabula, PDFMiner, PyMuPDF, and PDFPlumber for extraction Required Skills and Experience: - Proficient in Python - Familiarity with Jupyter Notebook - Experience with PyPDF2, Tabula, PDFMiner, PyMuPDF, and PDFPlumber - Data extraction and analysis expertise. Your commitments would include understanding the architecture of the PDFs, and the most effective library for extraction in each case. The ultimate goal is to create a Python script that eases the data extraction process for subsequent analysis. Whoever can most efficient...

    $21 / hr (Avg Bid)
    $21 / hr Snittbud
    74 bud

    We're looking for a programmer skilled in scraping and converting APIs into PHP or Python code (reverse engineering)! If you have the following skills, join us: 1. Proficiency in JavaScript: Ability to work with this popular programming language and fully interpret and modify codes. 2. Knowledge of Cryptography: Ability to understand and use cryptographic algorithms and methods to comprehend how data is encoded and to transform unencrypted data. 3. Familiarity with Progressive Web Apps (PWA): Deep understanding of PWA structure and methods to bypass installation on iOS. 4. Experience with network monitoring and traffic analysis software such as Fiddler: Ability to use these tools for analyzing network traffic and related information, including identifying and addressing PWA...

    $19 / hr (Avg Bid)
    Framhäv
    $19 / hr Snittbud
    40 bud

    ...categorical in nature. The ideal candidate should possess: - Mastery in Python - Experience working with categorical data - Demonstrated expertise in building predictive models using Machine Learning algorithms The mission at hand involves using Python, the preferred programming language for this project, to design an effective analysis solution. The key objective here is to convert raw data into a format that can be better interpreted for decision-making with the help of predictive analysis. The right professional for this project should further understand and interpret complex categorical data and effectively use it to build accurate and reliable predictive models. With your expertise in Machine Learning and Python, I'm looking forward to meticulous, res...

    $61 (Avg Bid)
    $61 Snittbud
    11 bud

    I'm looking for a proficient developer with experience in Python, Node.js, Postgresql, and Next.js. My project entails integrating an already developed Python bot to my existing website for the purpose of automating product-related data input. Here's what I require: - Bot Integration: This Python bot needs to seamlessly function with my website's Node.js backend and frontend. Your task will be to ensure this integration is smooth and functional. - Automated Data Input: The bot should reliably input product-related data. Expertise in database management systems, particularly Postgresql, will be vital for this task. - Error Handling: In the event of an error during data input, the bot is expected to automatically generate and send a bug report. If...

    $530 (Avg Bid)
    $530 Snittbud
    67 bud

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

    Brådskande Försegla Sekretessavtal