Image recognition using python codeJobb

Filter

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

    In order to improve the speech recognition technology of natural language, our company develops automatic speech recognition, and recruits native speakers of Swedish between 18-60 years old. Feel free to contact me if you are interested (never worked in startask app)

    $64 (Avg Bid)
    $64 Snittbud
    5 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

    We are looking for someone who can edit pictures and divide a picture into anything from 2-5 parts and with different sizes for printing and then these will be mounted on canvas paintings. We want you to have marked the corners of each picture so you easily know where to put the canvas frame. We will have many pictures that we want to have done in rounds, so we are looking for a long and good collaboration. See examples of pictures how we mean.

    $19 (Avg Bid)
    $19 Snittbud
    16 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
    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 projektInstall CSS, JQuery side menu om my website using current CSS'

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

    ...Machine Learning Engineer with specialized skills in developing and training Zero-shot Learning models for image classification. Key Tasks: - Data Preprocessing: You'll be responsible for cleaning and preparing a dataset of 1,000 - 10,000 images for training the model. - Model Selection and Evaluation: Your expertise in selecting the most appropriate model for this task will be crucial. - Feature Engineering: Extracting and selecting informative features from the images will be a key part of the project. Ideal Candidate: - Strong background in machine learning, particularly with Zero-shot Learning models. - Proficiency in data preprocessing and feature engineering, particularly with image data. - Experience with model selection and evaluation in a similar context. ...

    $168 (Avg Bid)
    $168 Snittbud
    23 bud

    I am in need of a...are currently broken and I need them to be updated using the provided file names and images in the folder. Key Requirements: - Develop a CodeIgniter script that will automate the import of images - Utilize the provided file names and image folder to update broken images for products - Script should run via command line for a one-time application Ideal Skills: - Proficient in CodeIgniter framework - Strong knowledge of PHP and MySQL - Experience with image processing and automation - Comfortable with command line execution This project is a one-time task required to fix current image issues. The task should not require a user interface as it will be run via command line for this specific purpose. Your expertise in CodeIgniter and image...

    $8 / hr (Avg Bid)
    $8 / hr Snittbud
    49 bud

    Im working on a c++ image processing project , and i need to convert my C++ code to Verilog using HLS vitis , then implement it to run on Ultra96v2 Xilinx FPGA board .

    $500 (Avg Bid)
    $500 Snittbud
    11 bud

    PLEASE DON'T BID IF YOU CANNOT WRITE EXCEL MACRO TO SCRAPE THE DATA. PYTHON SCRAPPER DON'T NEED I'm in need of a VBA developer who can help in creating a small code for scraping contact details from a specific website. The task involves creating a button in an Excel file that triggers the scraping process and saves the extracted data back into the same Excel file. Note : Project budget is only 6k because it will take max 2-3 hour for experience developer Key Requirements: - Scrape contact details from - Specifically, scrape Owner Name & Address - Implement a function where a user clicking a button triggers the scraping process - Save the extracted data back into the same Excel file Ideal Skills & Experience: - Proficient in VBA programming

    $130 (Avg Bid)
    $130 Snittbud
    7 bud
    Marketplace b2b immo 6 dagar left
    VERIFIERAD

    ...Utilisateurs** : Inclut l'inscription, l'authentification, et la gestion des profils. - **APIs pour l'Intégration** : Connexion avec d'autres systèmes pour la vérification et la mise à jour des données immobilières. ### Technologies Suggérées - **Frontend** : React ou Angular pour une interface riche et interactive. - **Backend** : Node.js avec Express pour la gestion des requêtes serveur, et Python pour les calculs de données complexes. - **Base de Données** : PostgreSQL ou MongoDB, selon les besoins de structuration et d'accessibilité des données. - **Sécurité** : Mise en œuvre de protocoles HTTPS, authentification JWT, et encryptions des donn&...

    $532 (Avg Bid)
    $532 Snittbud
    37 bud

    Convertir el codigo sas a python.

    $50 (Avg Bid)
    $50 Snittbud
    1 bud

    I am seeking a well-experienced developer to facilitate flawless integration between Magento 2 and Netsuite using Celigo. This project primarily involves comprehensive order, inventory, and customer synchronization as well as product. Key Features: - Real-time synchronization must be the standard for all data effectively relayed between Magento 2 and Netsuite. - In instances of data discrepancies, Netsuite should be the primary source of truth. Required Skills & Experience: - Proficient in Netsuite and Magento 2 integration - Proven experience in real-time data sync operations - Knowledgeable in handling data discrepancies and ensuring data accuracy. - Celigo experience is required All flows are setup just need some adjustments and troubleshooting

    $19 / hr (Avg Bid)
    $19 / hr Snittbud
    49 bud

    We are seeking a highly skilled Python developer with expertise in Microsoft 365, Azure, and Selenium automation to develop a sophisticated account management and reporting system. This project involves integrating Microsoft 365 with Bitwarden or a secure credential management system, automating user account management, and implementing Selenium scripts for login verification and automated reporting from web portals. Responsibilities: Integrate Microsoft 365 and Bitwarden APIs to automate the creation and management of user accounts and secure credentials. Develop and maintain Selenium automation scripts to validate logins and pull reports from web portals. Implement robust error handling and reporting mechanisms for failed logins and other issues. Schedule automat...

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

    I need Lambda/Python code to update the Log Subscription filter. Chat GPT doesn't work. The problem is when you "put_subscription_filter" it creates the second one but doesn't delete the first one. I need the code to delete the first data from STack and create a new Filter. Everything running from Cloud Formation stack. (In example I attached there is no delete the previous filter it is creating the second one)

    $146 (Avg Bid)
    $146 Snittbud
    32 bud

    I'm in need of a skilled backend developer to build the foundation of a new system using Python with Flask. Due to my busy schedule, I'm outsourcing this task to ensure it's handled with the utmost professionalism and efficiency. Key Responsibilities: Develop a production-ready Flask application. Implement automatic database migrations and manage the database using SQLAlchemy ORM. Securely store sensitive information using .env files. Structure the application with clear folder organization, including directories for services, templates, controllers, models, schemas and middleware. Create a user registration system that captures simple data such as email and password. Develop a content management system that dynamically serves page content based ...

    $168 (Avg Bid)
    $168 Snittbud
    40 bud

    I’m in need of a Shopify expert to assist me with online store. All details about the changements by message. Code and design changements. I have 7 small changements in design and function that need to be done very fast so we can finish the project soon. Have more projects in future so looking for long time support and good price. Deadline is asap, 1-2 days max.

    $35 (Avg Bid)
    $35 Snittbud
    42 bud

    ...forward to your entries - if you have any questions, just contact me via dm. Would be great if you can a provide the logo in horizontal design as well (like for a website) _______________________ I'm seeking a talented designer to create a distinctive, modern and minimalist logo to boost up our brand recognition. This is an open opportunity to showcase your creativity and branding expertise. Below are important details for this project: - Logo Purpose: The primary objective is brand recognition. - Color Selection: There's no specific color scheme for the logo. Provided you uphold our minimalist aesthetic, you have free rein to decide the colors to be used. Feel free to demonstrate your color theory expertise. - Aesthetic: We prefer a modern and...

    $16 (Avg Bid)
    Garanterad
    $16
    103 bidrag

    ...audio track components such as vocals and bass. Pattern Recognition: Use machine learning models to detect and analyze repetitive patterns in the rhythms and melodies typical of the tarantella dance. TouchDesigner Setup: Establish a TouchDesigner project that will serve as the platform for displaying audio data. Python Scripting in TouchDesigner: Write Python scripts within TouchDesigner to import and utilize data extracted from the AI analysis. Creation of Custom Operators: Employ CHOP (Channel Operators) to manipulate audio data in real time and TOP (Texture Operators) to display associated visual elements. Deliverables: A fully functional TouchDesigner project incorporating both audio-visual and interactive elements. Complete Python code for dev...

    $270 - $809
    Försegla Sekretessavtal
    $270 - $809
    10 bud

    We're looking to integrate a Python script into our MySQL database to perform data analysis.: - Primary Task: The script's main responsibility will be to filter our data based on specific conditions. - Data Interactions: The script will predominantly be running operations on numerical and textual data. We're interested in candidates with a strong background in data analysis using Python and MySQL. Expertise in scripting languages, especially Python, is vital. Familiarity with MySQL is crucial as well - you should be comfortable working with numerical and text data within these databases. Efficiency, accuracy, and attention to detail are key for this task.

    $83 (Avg Bid)
    $83 Snittbud
    14 bud

    Can you remake this image. Variation one using the same graphics for the labels Variation 2 using the our color scheme for the labels make it a color picture

    $250 (Avg Bid)
    $250 Snittbud
    1 bud
    React Native QR Code App Developer 6 dagar left
    VERIFIERAD

    I am in need of an experienced React Native developer to build a mobile app compatible with both Android and iOS. The primary functionality of the app will be QR code generation and scanning. It needs a way to generate unique QR codes and accurately scan them. User authentication is also essential to this project. The app should allow creating users with login ad password and allow them to log in to scan qr code. Ideal skills for this job: - Proven experience with React Native - Knowledge of QR code generation and scanning - Experience building secure authentication systems

    $596 (Avg Bid)
    $596 Snittbud
    157 bud

    ...from it. We want to create a wrapper in Python so Python programmers can use the device easily. Below is an extract from the .h file for the .dll showing the functions that we want the wrapper to call. FT_HANDLE SENSOR_DLL usb_initialize(char * snum); int SENSOR_DLL usb_deinit(FT_HANDLE ftHandle); int SENSOR_DLL usb_dll_revision(unsigned int *revision); int SENSOR_DLL usb_read_image(FT_HANDLE ftHandle, IMAGE_PACKET_T *buff, unsigned int timeout); int SENSOR_DLL usb_set_gain(FT_HANDLE ftHandle, GAIN_STATE data); int SENSOR_DLL usb_set_trig_mode(FT_HANDLE ftHandle, TRIG_MODE mode); int SENSOR_DLL usb_set_interval(FT_HANDLE ftHandle, uint32_t data); Once you've made the wrapper, we'd like you to make a Python script which calls the Python...

    $173 (Avg Bid)
    $173 Snittbud
    27 bud

    Hello Greetings from Verbolabs! We have a potential ongoing task for Image Captioning Requirements 1. Language : English 2. Skills: Strong Writing Skills 3. Volume: Bulk 4. Start Date: ASAP We will provide guidelines and instructions, so you can understand what to expect and what to do with the project. If interested then Looking forward to your Bids.

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

    Generate Exe from Python Source Code and How to Backup Files from Pythonanywhere. I need someone who can just put the Icon on the Code of Python and generate the EXE from Python Code and also how to backup all files from PythonAnywhere.

    $141 (Avg Bid)
    $141 Snittbud
    31 bud

    I'm looking for Mumbai based experienced mobile and web app developer and has a strong background in AI development. The project involves working on a travel tech cum social networking platform, where AI features will play a significant role. Key responsibilities include: - Implementing voice recognition AI features - Discussing and implementing 2 other AI features - Integrating user profiles and authentication - Incorporating GPS tracking and mapping - Developing Audio/Video Calling, Messaging and Notifications - Building an Airbnb like Booking System Ideal skills for this project: - Proven experience in developing mobile and web applications, particularly in the Travel Tech or Social Networking fields - Strong background in AI and machine learning. - Proficient in user aut...

    $676 (Avg Bid)
    $676 Snittbud
    17 bud

    I'm in need of a skilled backend developer, particularly experienced in Python, for an ongoing project. The ideal candidate should: - Have a strong background in Python - Be proficient in database management, API integration, and server configuration

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

    Hi! I am seeking an expert in Google Cloud's Pub/Sub service. My Python application needs to publish and subscribe to text data messages. Knowledge in message encoding and decoding, as well as Pub/Sub client libraries, is crucial. Therefore, a strong background in Python and Google Cloud Platform is required. Take a look a example image attached. Key responsibilities include: - Assisting with publishing text data messages - Helping with subscribing to these messages Please have proven experience in Google Cloud's Pub/Sub and Python programming for processing text data.

    $162 (Avg Bid)
    $162 Snittbud
    25 bud

    I'm developing an open source WBO whiteboard: In order to optimize better pen writing I want to implement a smooth SVG ...WBO whiteboard: In order to optimize better pen writing I want to implement a smooth SVG freehand drawn path in real time. The following code snippet makes the curve smoother by calculating the average of the last mouse positions. The level of smoothing depends on the size of the buffer in which these values ​​are kept. Please look at the example I have attached. Here is the link to the code snippet Please bid only experts. My requests is: Adapt this code to WBO so that the writing quality is as in this code snippet.

    $148 (Avg Bid)
    $148 Snittbud
    59 bud

    ...Machine Learning developer who has proficient skills in Python. The project is specifically based around a computer vision task. I need assistance with the following: - Correcting my current code base: I have already developed some code for Handwriting Character Recognition but I am facing some bugs and errors that I can't seem to resolve. Therefore, your primary task will be to correct these issues in the existing code. The project centers around: - Handwriting Character Recognition: This is essentially a computer vision task and so experience in this area is a must. The final code should be able to: - Recognize handwritten characters that are presented to the system. It's important that you have: - Strong proficiency i...

    $17 (Avg Bid)
    Brådskande
    $17 Snittbud
    4 bud

    I'm looking to build a loyalty app that can be utilized across multiple industries. While I've missed providing specific features, target audience, and user interaction details, my aim is to create a versatile SaaS solution. with same idea in Key requirements: - Development of a user-friendly, scalable, and secure loyalty SaaS platform - In...Integration with Apple wallet and Samsung pay The ideal freelancer for this project would have: - Proficiency in SaaS software development, particularly within the loyalty sector - A strong understanding of various businesses and customer needs - Experience in creating versatile and scalable platforms - Ability to provide user-friendly and intuitive interfaces. we recommend use php or python or node js for backend

    $1500 (Avg Bid)
    $1500 Snittbud
    139 bud

    ...recommend similar products. (Might not be needed) - Development of a scalable backend to support real-time data tools and user analytics. Requested Technical Skills: - Experience creating sustainable Data modells - Experience in browser-extension development with JavaScript, HTML, CSS, and modern frameworks (React, Angular, Vue.js). - Proficiency in backend programming, particularly with Node.js or Python. - Strong understanding of RESTful API design and development. - Experience working with cloud services (AWS, Azure, Google Cloud). - Skills in data analysis and machine learning are a plus. - Proficiency in database management, especially SQL and NoSQL databases. If you are passionate about technical innovation and want to be part of a team striving to change e-commerce, pl...

    $835 (Avg Bid)
    Sekretessavtal
    $835 Snittbud
    93 bud