Python mqtt modbusJobb

Filter

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

    I am looking for a freelancer who can help me ...message that I want to send out. I don't have a preferred platform or language for the script, so I am open to suggestions. Ideal skills and experience for the job: - Proficiency in Python or JavaScript - Experience in creating scripts for bulk messaging - Ability to customize the messaging content - Familiarity with website integration and messaging APIs Here's a video of the website and what's needed, please watch this and bid. It's a simple script but I don't have the time to make this so please bid I dont want python unless you can provide me 2 years warranty and i want you to explain how it will work I have a budget please respect this

    $184 (Avg Bid)
    $184 Snittbud
    35 bud

    Necesitamos un profesor con experiencia en Webhook con Python para colaborar con nosotros. Tendría que hacer grabaciones en video (a través de Teams), varios videos explicativos de contenido: Cómo crear un webhook para que desde una página web de un cliente, que recoja los datos del comprador y nos lo suministre en una REST API. Serían vídeos de 1 hora aproximadamente hasta llegar a 10 horas en total. ------- We need a teacher with experience in Webhook with Python to collaborate with us. The teacher will have to make video recordings (through Teams), several explanatory videos of content: How to create a webhook so that, from a client's web page, it collects the buyer's data and provides it to us in a REST API. The videos...

    $23 / hr (Avg Bid)
    $23 / hr Snittbud
    5 bud
    python developer to integrate Box 6 dagar left
    VERIFIERAD

    I need help in integrating Box into my projct only experience developer

    $3 / hr (Avg Bid)
    $3 / hr Snittbud
    7 bud
    Python Selenium Developer 6 dagar left
    VERIFIERAD

    Join our team as a Python Selenium Web Scraper responsible for developing scraping scripts using Python and Selenium. You'll gather data from diverse websites, utilizing your expertise in web technologies, HTML, CSS, and JavaScript. Key responsibilities include analyzing website structures, extracting and cleaning data, and collaborating with team members to integrate data into existing systems. Ideal candidates possess proficiency in Python, experience with Selenium, and a strong understanding of web technologies. This role offers competitive compensation, flexible work hours, health benefits, and opportunities for career growth in a dynamic, collaborative environment

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

    I'm looking for a seasoned Python developer with specific experience in image especially video analysis to create a script that can process a full mp4 video and identify the positions of noise in the video. The idea is to scan the video, locate identify the different type of noises and their value and externalize this findings into a json file Key Requirements: - The script (OOP based) should be able to read a video in mp4, mkv, mov format. - The library used for reading the video is not fixed. You can choose from libraries like (e.g. OpenCV, PyAV, or MoviePy, but the solution should be compatible with both Windows and Linux (and mac) - The output should have details of the signal, the different type noises, the common ratios and finally the values ... - the frame number ... ...

    $134 (Avg Bid)
    $134 Snittbud
    14 bud

    Project Duration: 1 Hour Project Type: Python Script Modification Project Level: Normal Server Type: Ubuntu 22.04 Number of Changes Required: 1 Project Overview: We have an existing Python script that allows us to upload a CSV with two columns: Prompt Output The script then submits each “Prompt” to the OpenAI API, inserts the output into the “Output” column. We would like one change made to the existing script. Change Required: We would like to add one more column to the CSV file, “Id”, it will be the first column. We use “Id” as our own reference number for the row This column and its value should be retained in the output file. 5* FEEDBACK WILL BE LEFT FOR YOU

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

    I am looking for a skilled developer or team to create a Python program designed for the efficient detection of surface defects on railway tracks. This tool is essential for ensuring the safety and operational efficiency of rail network covering high-speed and freight tracks. The program needs to be robust, capable of real-time defect detection and analysis, and capable of generating maintenance recommendations. Requirements: - Develop a Python program capable of converting video to images and image enhancement through filter and noise reduction. - It should capable of labeling of images and recognizing various surface defects including cracks, wear, corrosion, fractures, head-checks, wheel burns, rolling contact fatigue (RCF) defects, spells, squats, shelling, and flaking....

    $6621 (Avg Bid)
    $6621 Snittbud
    10 bud

    I am in need of a well-versed Python expert to assist in managing a Linux server. This project is task oriented and requires specific skills including: • Working with server data analysis • Implementing web scraping techniques • Establishing automation processes The role also demands a comprehensive understanding of Linux operations and the ability to print headers. A background in server security, setting up database servers and performance optimization would be ideal, but the focus is primarily on Linux server management via Python. Proficiency in Python, Linux, server data analysis and web scraping are must-haves. Experience in automation and server management will highly be appreciated. Looking forward to your knowledgeable and expert assistance ...

    $193 (Avg Bid)
    $193 Snittbud
    2 bud

    I'm looking for a skilled professional to help me install the eBay API on my existing Ubuntu 22.04 server for the primary purpose of showing orders on webpage. here is the sdk - Key Responsibilities: - Installation of the eBay API on the Ubuntu 22.04 server. - Ensuring the API is correctly set up to show orders on webpage. Ideal Skills and Experience: - Proficiency in working with Ubuntu servers, particularly version 22.04. - Prior experience installing and configuring the eBay API. - Ability to implement API functionalities for showing orders on webpage. If you have a good understanding of eBay's API and are experienced in working with Ubuntu servers, I'd be interested in hearing from you. Please share your relevant experience and explain how

    $31 (Avg Bid)
    $31 Snittbud
    13 bud
    Python Simple Program 6 dagar left
    VERIFIERAD

    Input:- You will get an excel file as input. Step1- Sort the Excel file by site name and place data in sheet 1 Step2- Sort the Excel file by site address and place the data in sheet 2 Step3- Sort the Excel file by latlong and place the data in sheet 3. After Sorting and creating 3 different sheet, we need to apply the logic to find exact duplicate and high match. Example - means in sort by site name we will find exact duplicate and high match site(75%) match and print exact duplicate/ partial match. Then for exact duplicate and partially match we are going to compare all row and need to print what is matching like site city, site state, site country etc

    $29 (Avg Bid)
    $29 Snittbud
    19 bud
    GUI for Predictive Network AI 6 dagar left
    VERIFIERAD

    I'm seeking a dedicated and experienced GUI developer to create a user-friendly, data visualization application...capable of efficiently managing input data, which will include historical synthesized network data & data that can be generated through Python's mockeries or any other similar library. The Ideal Candidate: - Profound experience in GUI development . - Strong understanding of predictive modeling control systems. - Familiarity with using historical network data and network fault data for AI models. - Python experience, specifically with DASH and Flask framework or any other, will be a significant plus. This project provides an excellent opportunity for you to showcase your technical prowess and contribute to the development of an impactful solution. Looki...

    $306 (Avg Bid)
    $306 Snittbud
    6 bud

    I need a Terraform configuration to provision my EC2 resources on AWS. This configuration should allow me to deploy the EC2 instances and also bring-down when needed. Key Requirements: An EC2 instance with...traffic allowed to the instance. A Bastion/jump server for SSH to EC2. EC2 connects to the internet using NAT-gateway. WAF to be integrated with ALB, and ALB only listens on HTTPS. Security groups are restricted with limited access. Allocate and associate an elastic IP to the instance. The EC2 instance will run Ubuntu and serve as application server. I can provide AMI image of the web-app. It is a Python FastAPI/Nginx app. No other service is needed like RDS or S3 etc. Docker or Kubernetes are not needed, and the app is not using any Databases. It is a Single Region Deployment...

    $224 (Avg Bid)
    $224 Snittbud
    14 bud

    I'm looking for a Python script that uses PyAutoGUI to control keyboard inputs, with a specific focus on interacting with a Firefox web page. I am open to creative ideas on how to do this differently then I have described below. Key Requirements: This is basically like a macro, or autohotkey, (if you do a gui then I can determine the winner as soon as whoever finishes first with working code, wins. The gui for the python code is up to you but maybe it could work well if I can have section one establish focus on right scrolling panel and ignore the left panel. Second section: because this is sendkeys basically we will use the keyboard to navigate. A text box stating how many tabs until we get to the first web object button to select, Then a second text box to state ...

    $45 (Avg Bid)
    Garanterad
    $45
    6 bidrag

    I'm looking to build a Flask Python serverless application. The main functionality of this app would revolve around API integration, specifically with social media platforms. The primary aim here is to fetch user data from these platforms. The ideal candidate for this job should have: - Profound experience with Flask Python - Prior experience in serverless architecture, particularly using AWS services such as API Gateway and Lambda - A strong understanding of social media API integration Please note that a comprehensive understanding of user data privacy and security is essential. The developer should be able to ensure that the data retrieved is used in accordance with the social media platforms' policies and regulations.

    $162 (Avg Bid)
    $162 Snittbud
    4 bud

    I'm currently seeking a skilled backend developer who has proven expertise in Python, Java, and Ruby. I need someone who can guide me through whether to use the current source code or start from scratch, a decision that we can make together as the project evolves. As our project's main responsibility is to handle authentication and server configuration, the perfect candidate should be experienced in: - Setting up, managing, and sustaining server configurations - Handling various authentication tasks - Expertise in Python, Java, and Ruby - Decision-making skills concerning source code development This project will be rewarding for someone who enjoys tackling unique challenges and has a flair for problem-solving. If you're up to the task, please don’t ...

    $725 (Avg Bid)
    $725 Snittbud
    52 bud

    Hello, I am currently looking for an excellent developer who is well versed in at least any one of the following fields: Java, C#, Golang, Rust, JavaScript, Python, solidity, web3, blockchain, web frontend and backend. Of course, he must be prepared to work with us long term, more than 40 hours per week. You must be geographically located in Europe or the Americas, be able to work at least 6 hours EST day time, and possess written/verbal English skills at an advanced level or higher. In order to select excellent talents, you will need to anticipate a 30-60 minute technical interview with a project manager in our team. Dont worry. We need at least 3 developers. Expected salary range is $15-$25/hr depends on experience. Please feel free to send us applications embroidered with yo...

    $24 / hr (Avg Bid)
    $24 / hr Snittbud
    46 bud

    I'm looking for an expert specialized in Computer Science (CS), Electrical Engineering (EE) and Mechanical Engineering (ME) to assist me with academic projects particularly focused on Power Systems with emphasis on ...Engineering (EE) and Mechanical Engineering (ME) to assist me with academic projects particularly focused on Power Systems with emphasis on Renewable Energy Integration. This will require: - Profound knowledge of Computer Science, Electrical and Mechanical Engineering concepts - Expertise in dealing with Power Systems, specifically Renewable Energy Integration into Power Systems - Tools Matlab, Python - Algorithms development Expect your assistance to be comprehensive, covering all bases to ensure outstanding outcomes. Your bid should demonstrate your expertise ...

    $10 / hr (Avg Bid)
    $10 / hr Snittbud
    8 bud
    Card game simulation 6 dagar left
    VERIFIERAD

    I am looking for a Python programmer with a math background (statistics) who can help calculate the optimal strategy and house edge for various permutations of a casino card game similar to blackjack.

    $668 (Avg Bid)
    Sekretessavtal
    $668 Snittbud
    22 bud
    Web Scrapper 6 dagar left
    VERIFIERAD

    ...websites. Automate the extraction process to ensure accuracy and efficiency. Clean and structure the collected data into readable and usable formats. Integrate the extracted data into a database or spreadsheet as needed. Collaborate with our team to understand specific requirements and ensure the quality of the obtained data. Requirements: Demonstrable experience in web scraping using tools like Python (Beautiful Soup, Scrapy), Selenium, etc. Solid knowledge of HTML, CSS, and JavaScript to understand the structure of web pages. Ability to work independently and meet established deadlines. Excellent communication skills and ability to work in a team. Preferably, previous experience in data extraction projects related to the specific sector of the project (if applicable). If you h...

    $29 (Avg Bid)
    $29 Snittbud
    31 bud

    ...should contain data from the MySQL database, calculations or summaries of data, visualizations or charts, and be structured as a paginated report, using SQL language. The report should be designed to be accessed as a printable PDF document. It is not required to be interactive, as a static report is sufficient for my needs. Key Requirements: - Proficiency in Microsoft Access, MySQL, VBA, PDF, Python, and Excel - Competency in SQL language for data manipulation - Experience in designing paginated reports The ideal candidate should have a proven track record of creating similar reports, with the skills and knowledge necessary to work with the specified technologies. Your ability to deliver a professional, well-structured, and visually appealing report within the given framework...

    $156 (Avg Bid)
    $156 Snittbud
    29 bud
    I need a python scraper 6 dagar left
    VERIFIERAD

    I need a python scraper that can copy ads from one classified ads website and post it to other website

    $151 (Avg Bid)
    $151 Snittbud
    60 bud

    ...subject, and difficulty level: The extracted data should be categorized based on these parameters. This is crucial for our business as it will help us create a user-friendly interface for our educational platform. - Be able to build an extractor that can be run in a google collab notebook, using whatever packages required, even if large language models are needed. Ideal Skills: - Proficiency in Python - Familiarity with Large Language models for data extraction - Proficiency in data extraction from PDF files. - Strong understanding of JSON formats and data organization. - Attention to detail to ensure accurate categorization of content. This project is key for our business, and we're looking for a freelancer who can deliver high-quality, structured data extractor. If you h...

    $594 (Avg Bid)
    $594 Snittbud
    57 bud

    I'm seeking a proven expert in Artificial Intelligence for an ambitious project. The primary goa...ambitious project. The primary goal is to develop a new AI-based solution focused on English speaking. Though technology or software experience wasn't specified, proficiency with prominent AI tech and software is anticipated. Ideal skills and experience: - Expertise in AI and software development - Experience in language processing AI - Proven success with similar AI projects - Familiarity with Python, TensorFlow, PyTorch etc. is desirable but not mandatory Your role will extend from ideation to implementation, ensuring optimal efficiency and innovating throughout the process. Results-driven, creative thinkers with a keen eye for detail are encouraged to bid. Let's b...

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

    I am in need of a competent data engineer for a small-scale data analysis task. - The project primarily revolves around performing data analysis. - The ideal candidate should be proficient in data analysis techniques. - Prev...analysis task. - The project primarily revolves around performing data analysis. - The ideal candidate should be proficient in data analysis techniques. - Previous experience with data engineering will be a significant advantage. Your role will mainly involve performing data analysis tasks, so a deep understanding of data engineering and analysis is essential for this project. A strong background in Python, R, or SQL is highly preferred, though not mandatory. Please note that the project timeline is quite flexible, so you will have ample time to complete ...

    $20 (Avg Bid)
    $20 Snittbud
    12 bud

    I'm looking for a seasoned web developer to help me create a parent portal for a childcare booking system. This web-based application should effectively and efficiently allow parents to manage their bookings and communicate with the childcare staff. Key Features: - Online Booking: Parents should be able to make, alter, and cancel their bookings with ease. - Parent-Staff Communication: A...make, alter, and cancel their bookings with ease. - Parent-Staff Communication: A communication portal that allows parents to directly liaise with the childcare staff. Skills and Experience: - Expertise in web-based application development. - A strong track record of creating user-friendly platforms. - Previous experience with booking systems or parent portal apps, a plus. --written i...

    $280 (Avg Bid)
    $280 Snittbud
    32 bud

    I am seeking an experienced Python professional to develop a system that can accurately detect fake invoices. The aim is to prevent financial losses and enhance security. Need to detect a submitted computer generated receipt in pdf if it is a tampered or real one. There are chances like in the computer generated bill some people can change the amount, name, address sections and submit. This model should able to detect all those tampered PDFs with minimum false positives. Do metadata analysis QR code reading in the receipt and validation Key Responsibilities: - Develop a fraud detection algorithm using Python. - Test and tune the model for maximum accuracy. Ideal Experience and Skills: - Proficient in Python programming. - Proven experience in creating algorithm...

    $306 (Avg Bid)
    $306 Snittbud
    11 bud

    I'm looking for a skilled Python and JavaScript developer to assist with front-end and back-end development for a website and web application I'm working on. Key Responsibilities: - Assist with the front-end development using JavaScript to create a user-friendly and interactive interface. - Work on the back-end development using Python to ensure seamless functionality and data processing. - Collaborate with me to achieve the overall goals of building a compelling website and web application. Ideal Skills: - Strong expertise in Python and JavaScript. - Experience in front-end development using JavaScript. - Proficient in back-end development using Python. - Ability to work collaboratively and communicate effectively.

    $293 (Avg Bid)
    $293 Snittbud
    20 bud
    SmartInverter IoT 9 dagar left

    The project is to create Inverter automation to start export, stop export and charge the battery automatically using a microcontroller that can subscribe to the server to get spot prices to run the automation. Objectives: 1. Modbus read and write 2. ESP32 Webserver 3. Spot price subscribe 4. Calculation / rules 5. MQTT Service (Server) 6. Price Service (Server) 7. Device Dashboard (Server) Project scope and system architecture are referred to the project brief documentation "Inverter Automation Project "

    $900 (Avg Bid)
    $900 Snittbud
    1 bud

    I'm looking for a skilled Python developer with experience in natural language processing (NLP) and transformer models. The primary goal of this project is to guide a transformer model to generate code-mixed sentences. Specifically, we are targeting basic code-mixing complexity - inserting words from one language into another. Key Responsibilities: - Develop and fine-tune a transformer model for code-mixing at a basic level - Implement the model in a way that can generate code-mixed sentences effectively Ideal Skills and Experience: - Strong proficiency in Python programming - Proven experience with NLP and transformer models - Familiarity with code-mixing and its linguistic aspects would be a plus - Good understanding of basic code-mixing complexities - Ability to des...

    $49 (Avg Bid)
    $49 Snittbud
    5 bud

    I'm seeking a proven expert in Artificial Intelligence for an ambitious project. The primary goa...ambitious project. The primary goal is to develop a new AI-based solution focused on English speaking. Though technology or software experience wasn't specified, proficiency with prominent AI tech and software is anticipated. Ideal skills and experience: - Expertise in AI and software development - Experience in language processing AI - Proven success with similar AI projects - Familiarity with Python, TensorFlow, PyTorch etc. is desirable but not mandatory Your role will extend from ideation to implementation, ensuring optimal efficiency and innovating throughout the process. Results-driven, creative thinkers with a keen eye for detail are encouraged to bid. Let's b...

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