Multiple linear regression pythonJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 multiple linear regression python jobb har hittats, med prissättning USD

    Create a multiple brochure design for travel purposes Total pages is arround 12-15 with pictures and some texts on each side that is provided to the freelancer. Also all pictures is provided from us. We need this project to be done in max 3 days

    $71 (Avg Bid)
    $71 Snittbud
    13 bud

    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

    We have just registered our domain and hosting. Need a developer who can create a bilingual site in any convenient cms. We like the look and feel of this website: and want something similar if not better. Please check the site, including the different posts and page formats before you submit your quote. As proof that you did read the description and checked what we need, provide at least five urls from the site, without which your proposal will be outrightly rejected.

    $584 (Avg Bid)
    $584 Snittbud
    17 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

    ...e-commerce website. The ecommerce is up and running and fully operational and we need a FULL STACK developer that can code in ALL AREAS of the webapp. - Frontend: React (JavaScript) - Backend: Node.js - Services: Python - Database: MySQL RESPONSIBILITIES: - Integration of new B2B APIs - New payment gateway integration - - Implementation of bug fixes and performance improvements. - Regular software updates and security patches. - Feature additions and enhancements. Skills and Experience: - Proven experience in maintaining e-commerce solutions. - Proficiency in React, Node.js, Python, and MySQL. - Strong problem-solving skills. - Excellent understanding of software best practices and design patterns. - Ability to work independently and meet deadlines. - .NET and are a p...

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

    I'm seeking a proficient data analyst with strong statistical analysis capabilities. Your main responsibilities will be: - Data Cleaning & Preparation: This includes cleansing the data from any incomplete records, duplicates or errors. - Statistical Analysis: You'll need to conduct a thorough statistical analysis of the data, utilizing regression analysis specifically. The project will involve various types of data including numerical, categorical, and textual data. Since we'll be working in a professional environment, knowledge and proficiency in MS Office is a must. This includes Excel, PowerPoint, and Word. Ideal candidates should be well-versed in data analysis and have a strong statistical background. Proficiency in using MS Office is also a key requi...

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

    I'm in need of a Power BI expert with solid experience in AI integration and advanced dashboard development. The project has multiple facets, including: - Data Cleaning and Transformation: The ideal candidate will have experience in working with large and complex databases. You should be able to clean and transform the data efficiently for integration into the dashboard. - Dashboard Design and Development: An eye for design is key. You will be creating a visually appealing and user-friendly dashboard, with the ability to customize as needed. - AI Model Integration: Extensive experience with AI integration is a must. You should be able to develop and integrate advanced AI models within the dashboard effectively. The main source of data for this project is a database, so experi...

    $318 (Avg Bid)
    $318 Snittbud
    8 bud
    Write script to click on webpages 6 dagar left
    VERIFIERAD

    Hi, I need a script that scrolls down page and clicks mail buttons then clicks next page then does the same. I think python maybe?

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

    I'm in need of an Excel macro expert who can help me with a data arrangement task. The task involves transferring sequences of cells data from one grouped workbook to multiple original workbooks and worksheets. The data transfer should be based on specific criteria. Key Requirements: - Data transfer based on a specific criteria: The macro should transfer data based on a specific criteria. This involves arranging the data from the grouped workbook into different cells in a column in the original workbooks based on predefined conditions. - Conditional Logic: The macro should include conditional logic. This means that the data transfer should not just be a simple copy-paste operation, but should involve logical conditions for accurate and efficient data arrangement. - Potential...

    $5 / hr (Avg Bid)
    $5 / hr Snittbud
    6 bud

    I'm looking to automate podcast transcription service. 1. I need a service to follow Podcast Rss Feeds and listen for new episodes 2. I need Listen Notes to download the podcast audio file 3. I need Chatgpt to transcribe the audio file 4. I need an output of the transcribed text made into a google do...output of the transcribed text made into a google document 5. I need Chatgpt re-write the transcribed text into an article with a Title, meta text and the content of the article. 6. I need the re-written article to be saved in a Google document 7. I need the document to be re-written in 8. I need the re-written document by saved in google document You should know python and have api integration skill set you should know how to use and the process flow

    $170 (Avg Bid)
    $170 Snittbud
    10 bud

    I am looking for a professional with experience in AWS API Gateway, Python, and possibly other related technologies to troubleshoot and fix a persistent connection issue I'm facing. Requirements include: - In-depth knowledge of AWS API Gateway, for REST API specifically - Solid experience with Python, as my backend system is built using this language The issue I'm having involves regular 'connection refused' errors when trying to fetch data from the API. This has been an ongoing issue, and I need an expert who can identify the root cause and implement a solution to ensure reliable, uninterrupted connectivity. It would be beneficial if you have experience in troubleshooting and resolving similar API Gateway issues in the past. A proactive approach to p...

    $54 (Avg Bid)
    $54 Snittbud
    5 bud

    I'm seeking a skilled illustrator who can transform photos of 11-20 of my employees into high-resolution, cartoonish caricatures. These designs will be used in an upcoming promotional material that will be sen...they are presenting or revealing something (see sample in attached documents) Sample photos of raw images you will be working (converting) with a sample of style we like although we are open to other ideas. Ideal skills and experience for the job: - Proficient in caricature design - Strong illustration skills or using AI - Experience in creating high-resolution images - Ability to work with multiple photos and maintain a consistent style across all caricatures Please provide a portfolio of your previous caricature work. Looking forward to seeing your creative touch o...

    $75 (Avg Bid)
    $75 Snittbud
    74 bud
    Data Scraping Python Bot 6 dagar left
    VERIFIERAD

    I need a Python developer to create a bot that scrapes data from APIs on an hourly basis. - The bot's primary function is to scrape data - The data will be sourced from APIs - The bot needs to run on an hourly basis Ideal candidate: - Proficient in Python and API data scraping - Familiarity with creating bots - Able to ensure smooth hourly operation, possibly using a scheduling library such as APScheduler

    $29 (Avg Bid)
    $29 Snittbud
    12 bud

    Simple authentication and authorization app wirh sample user/role in python/flex/dynmoDB hosted in aws ec2 instance.

    $142 (Avg Bid)
    $142 Snittbud
    7 bud

    I'm looking for a Python expert to help me create a new Python script for data analysis purposes. The primary goal of the script will be to analyze a dataset that I already possess. The script should be able to handle large amounts of data efficiently, allowing for insightful analysis and visualization. The key requirements include: - Writing new code from scratch - Prior experience in data analysis using Python - Proficiency in Python libraries such as Pandas, NumPy, and Matplotlib If you have a solid background in data analysis and Python, and are able to create efficient, clean, and well-documented code, I'd like to hear from you. Here are details- I have to create a simulation that will find the optimal solution to go around a circu...

    $41 (Avg Bid)
    $41 Snittbud
    19 bud

    I want to create a nutritional analysis software that helps manufacturing companies, restaurants, or other food service businesses manage nutritional information. The software should allow users to input an ingredient from a database, customize data, and quickly break down its nutritional values. Example of tools and technologies needed: Programming Languages: - Backend: Python (Django, Flask), Node.js (). - Frontend: JavaScript (React, Vue.js, Angular) Testing: - Selenium, Jest Version Control: - Git (GitHub, GitLab, Bitbucket)

    $3147 (Avg Bid)
    $3147 Snittbud
    42 bud

    I'm in need of a skilled Python coder to assist me in deploying Locally Hosted Language Model (LLM) applications. Here are the details: - **Operating System**: The deployment is hybrid, so familiarity with Windows, macOS, and Linux is ideal. - **Purpose**: The primary aim of the deployment is for text ebedding (vector db) and generation. - **Requirements**: Specifically, I'm looking for functionality related to Language modeling and retrieval augment generation in the LLM applications. - mongoDB should be set up runining a .sh file - docker-compose deploy of the app Essential skills for this project include a strong background in Python programming and experience with deploying applications on different operating systems. Previous work in natural language process...

    $191 (Avg Bid)
    $191 Snittbud
    9 bud

    I am in need of a Windows compatible automation software that can efficiently handle a range of tasks including data entry, file management, and email/notification management. I need the project completed as soon as possible. Key Requirements: - Windows Compatibility: The software should be designed to run smoothly on Windows OS. - Multiple Task Automation: The software should be capable of automating data entry and processing, file management, as well as email and notification management. - Quick Turnaround: The project ideally should be completed ASAP. Ideal Skills and Experience: - Proficiency in Windows software development. - Prior experience in developing automation software. - Strong understanding of data entry, file management, and email handling processes. Please bid ...

    $548 (Avg Bid)
    $548 Snittbud
    34 bud

    I'm in need of an expert in developing Discord bots, particularly one with experience in horse racing prediction functionality. Key Requirements: - **Betting Functionality:** The bot must allow users to place bets on horse races. - **Real-Time...Users should receive live updates on horse racing events. - **Customizable Predictions:** I'd like the bot to provide predictions that can be customized in certain aspects. The bot will need to gather data from reputable horse racing sources such as Racing Post, Daily Racing Form, and Equibase. This is crucial in ensuring the accuracy and reliability of the predictions. **Programming Language:** Python is the preferred language for this project. Your experience with Discord bot development and utilizing horse racing data sources...

    $32 (Avg Bid)
    $32 Snittbud
    4 bud

    I'm looking to obtain contact information, specifically email addresses and physical addresses, of local jewellery shops from multiple countries. This information will be primarily used for a marketing campaign. The ideal freelancer for this job should possess: - Proficiency in web research and data collection - Proven experience in lead generation - Knowledge about the jewellery shop industry. I'm particularly interested in local artisans, as opposed to high-end luxury shops or exclusively online retailers. Please apply if you are confident in gathering accurate and quality data from various resources.

    $195 (Avg Bid)
    $195 Snittbud
    33 bud

    I'm looking to create a binding within Openhab for an Elmo alarm system. The binding needs to enable the following functionalities: - Remote arming and disarming of the alarm system. - Monitoring the status of individual sensors and zones. - Sendin...looking to create a binding within Openhab for an Elmo alarm system. The binding needs to enable the following functionalities: - Remote arming and disarming of the alarm system. - Monitoring the status of individual sensors and zones. - Sending sensor states to OpenHAB items. I do have a similar project that was written in Python for Home Assistant which I can provide as reference and guidance. Ideal Skills: - Strong experience with Openhab binding. - Proficiency in Python programming. - Familiarity with the Elmo alarm ...

    $564 (Avg Bid)
    $564 Snittbud
    19 bud

    To integrate my Elmo alarm system with openHAB through bi-directional binding, I need a developer with openHAB and Elmo experience. The binding should be developed for E-connect, Elmo's cloud integration model. The features I'm after are: - Arm/Disarm functionality - Real-time status updates - Alarm event notifications - Sensing and sending sensor status to openHAB items. ...after are: - Arm/Disarm functionality - Real-time status updates - Alarm event notifications - Sensing and sending sensor status to openHAB items. Anytime there's an event, status change, or a sensor goes on/off, I need the binding to provide immediate updates. Your skills in openHAB binding, Java, and IoT integrations will be essential for this project. The same project is just written in pyt...

    $538 (Avg Bid)
    $538 Snittbud
    27 bud

    I am seeking a Python Deep Learning developer to create a location recommendation system based on the datasets I possess. The main objective of the system is to predict the next location that a user may visit. The datasets available for this project contain timestamps. Key Responsibilities: - Develop Python code for a location recommendation system - Utilize the provided datasets to predict user's next location - Ensure the system is efficient and accurate in its recommendations Ideal Skills and Experience: - Strong proficiency in Python programming - Experience in developing recommendation systems - Understanding of working with timestamp data - Ability to analyze and leverage data for prediction - Familiarity with location-based services or recommendation algo...

    $143 (Avg Bid)
    $143 Snittbud
    13 bud

    I have collected the dataset in CSV format and now require an expert to develop a multi-class logistic regression model for me. Key requirements: - The dataset is ready and available in CSV format which can be used for the model. - You should have expertise in developing logistic regression models for multi-class classification. - Proficiency with Python is a must as I prefer the model to be developed using this language. Technical Requirements: Proficiency in Python and familiarity with libraries such as NumPy, Pandas, Keras, and TensorFlow. Knowledge of statistical learning, logistic regression, and gradient ascent optimization. Ability to write clear and concise documentation and well-commented code.

    $104 (Avg Bid)
    $104 Snittbud
    24 bud

    I need a seasoned web developer for my e-commerce website project; specific coding languages and frameworks are flexible as the user skipped the relevant...flexible as the user skipped the relevant question. The primary goal is to create an e-commerce site with certain critical features. Important Points: - Must-have E-commerce features: Payment gateway integration and a system for customer reviews and ratings are essential. - Skills and Experience: Web development experience is necessary, preferably with a focus on e-commerce sites. Knowledge in PHP, Python or JavaScript would be advantageous, but not mandatory. - Objective: The ultimate goal of this project is to create a user-friendly platform where customers can make purchases smoothly and share their experiences via reviews an...

    $466 (Avg Bid)
    $466 Snittbud
    93 bud

    ...existing platform for seamless user experience. - Continuously monitor and improve the AI’s performance based on user feedback and advancements in AI technology. **Requirements:** - Proven experience in AI development, particularly in natural language processing (NLP) and machine learning. - Strong understanding of music theory and lyrical composition. - Proficiency in programming languages such as Python, TensorFlow, and PyTorch. - Experience with audio processing and analysis. - Ability to work independently and collaboratively in a remote team environment. - Strong problem-solving skills and attention to detail. **Preferred Qualifications:** - Previous experience in the music industry or with music-related AI projects. - Familiarity with current trends in music and pop...

    $534 (Avg Bid)
    $534 Snittbud
    19 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. - The pdf viewer should have search feature, pages and zoom in and out.

    $94 (Avg Bid)
    $94 Snittbud
    38 bud

    Estoy buscando un desarrollador web capacitado y con experiencia en Wordpress para crear varios sitios web. Los sitios web constarán de más de 5 páginas cada uno. Requerimientos clave: - Dominio de Wordpress - Experiencia en desarrollo de sitios web multipágina. - Capacidad para trabajar desde una plantilla de diseño específica. El candidato ideal debe tener una sólida cartera de proyectos de desarrollo web, particularmente en la industria de servicios. Presente su solicitud con ejemplos de su trabajo anterior y déjeme saber qué experiencia tiene en la creación de sitios web a partir de diseños específicos.

    $6 / hr (Avg Bid)
    $6 / hr Snittbud
    26 bud

    You must to be at least 16 years old and live in Latin America or Eastern Europe. ✻ NO EXPERIENCE REQUIRED ✻ You do not need any experience whatsoever, but you must be clever and eager to learn. No. I am *not* being charitable. I am being practical. ✻ PAYING YOU TO LEARN ✻ No. You aren't dreaming. I value intelligence and problem-solving ability over experience. I'd prefer to work with someone who is clever and learns quickly rather than someone experienced but is not very intelligent and/or does not solve problems scientifically. Would I hire an Isaac Newton or an Albert Einstein even if he had no programming experience? Of course I would. ✻ TESTS ✻ You must pass several difficult logic tests to work with me. The first logic test you complete for me will be an unpaid log...

    $1093 (Avg Bid)
    $1093 Snittbud
    34 bud

    I need a seasoned developer to convert my existing Swiftic app into a freestanding app that can be listed on the App Store, Google Play, and Amazon. The app is currently accessible via www.ecosmartecloud.com. Skills and Experience: - Proficiency in Swift programming language - Experience in converting existing apps to standalone apps for multiple platforms - Familiarity with submitting apps to App Store, Google Play, and Amazon - Knowledge of push notifications and user login/authentication systems The main purpose of this app is to provide a platform for communication. Key features I'd like to retain after the conversion are push notifications and user login/authentication. Please let me know your prior experience with similar projects, as well as any ideas or suggestions ...

    $502 (Avg Bid)
    $502 Snittbud
    36 bud

    I need a Python script that can batch process text overlay onto images (jpg/png). All the images and all the text will be unique. Each set of text(s) (1-2 sentences) will have its own unique image. (one-to-one) I would like to have a CSV file containing all the unique sets of text. The script would reference a folder of images. The script needs to be able to handle 20-200 images. I would like to be able to change the font style, size, the position on the image, and to have the text be able to wrap to the next row on the image.

    $142 (Avg Bid)
    $142 Snittbud
    33 bud
    Python Django Web Development 6 dagar left
    VERIFIERAD

    I'm seeking a talented Python Django developer to work on my project. Skills and Experience: - Proficiency in Python and Django framework

    $514 (Avg Bid)
    $514 Snittbud
    91 bud