Python socket receive xbeeJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 python socket receive xbee 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
    Moodcompany.se Avslutades left

    ...betydligt fler men dessa är akuta. Mood company () sells ready-made and custommade party products to companies and individuals. We can deliver small or large orders quickly and efficiently. The platform used is Magento. What I need help with immediately are: -to make an order for a customer does not work … they get a error message as the attached file. We can not receive orders normally over the website -the customer don’t get any confirmation email neither do we -we sell both to companies and individuals and it must be clear that the prizes are excluding VAT and then what the price including VAT is also (25% on all our products is the VAT in Sweden) - The cart and the checkout mix Swedish and English terms - bargains field disappears (called ...

    $22 / hr (Avg Bid)
    $22 / hr Snittbud
    10 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
    socket programmingg Avslutades left

    sockt programmingsockt programmingsockt programming

    $30 - $30
    $30 - $30
    0 bud

    hej jag en kurs programmering( python ) som är databaserad och behöver hjälp med. Det är för nybörjare . Pris kan vi komma överens om . hör av dig så fort som möjligt Med vänlig hälsning,

    $155 (Avg Bid)
    $155 Snittbud
    1 bud
    Programkurs att göra Avslutades left

    hej jag en kurs programmering( python ) som är databaserad och behöver hjälp med. Det är för nybörjare . Pris kan vi komma överens om . hör av dig så fort som möjligt Med vänlig hälsning,

    $150 (Avg Bid)
    $150 Snittbud
    1 bud
    uppgift python Avslutades left

    olika delmoment: Kodskelett Innan programmet skrivs ska en specifikation i form av ett kodskelett lämnas in. Syftet är att du ska tänka igenom problemet innan du försöker lösa det. Prototyp När ditt kodskelett har blivit godkänt så är det dags att börja arbeta med en prototyp av programmet. En prototyp är en första körbar version av programmet som innehåller den mest grundläggande funktionaliteten. Syftet med att lämna in en prototyp är att vi ska kunna ge tips och råd om förbättringar och ändringar redan innan programmet är helt klart. Beskrivning av upgiften: Varudeklaration: Filhantering. Str¨anghantering. Hantering av datastrukturer samt s¨ok...

    $27 (Avg Bid)
    $27 Snittbud
    2 bud
    Skriv lite programvara Avslutades left

    Programmeringsspråk: Openwrt (ev. kan Python vara möjligt) Plattform: Carambola2 Applikation: Vid power-on ska enheten kolla GPIO pinnar, koppla upp mot ett av några förutbestämda WiFi-nät och skicka ett e-post och sedan göra sig beredd på power-down. Slutapplikationen är olika, men enkla och ska helst kunna skrivas i ett ANSI-C program som kallar på det som beskrevs ovan, Alternativt en kort intensivkurs att programmera slutapplikationen i Openwrt. WiFi inställningar, e-postadress, e-posstmeddelande och ev. övriga inställningar ska kunna konfigureras via t.ex. USB från en PC (Teraterm duger). Om möjligt vore det bra att kunna ändra dessa inställningar genom att t.ex. skicka e...

    $29 - $245
    $29 - $245
    0 bud

    Jag har pågående arbete relaterat till vårat tidigare projektpython programming'

    $20 / hr (Avg Bid)
    $20 / hr Snittbud
    1 bud
    uppgift python Avslutades left

    olika delmoment: Kodskelett Innan programmet skrivs ska en specifikation i form av ett kodskelett lämnas in. Syftet är att du ska tänka igenom problemet innan du försöker lösa det. Prototyp När ditt kodskelett har blivit godkänt så är det dags att börja arbeta med en prototyp av programmet. En prototyp är en första körbar version av programmet som innehåller den mest grundläggande funktionaliteten. Syftet med att lämna in en prototyp är att vi ska kunna ge tips och råd om förbättringar och ändringar redan innan programmet är helt klart. Beskrivning av upgiften: Varudeklaration: Filhantering. Str¨anghantering. Hantering av datastrukturer samt s¨ok...

    $138 (Avg Bid)
    $138 Snittbud
    1 bud

    I want a python script that will check the balance of my four wallets inj1.... (injective blockchain), cosmos1.... (cosmos blockchain), osmo1.... (osmo blockchain) and juno1.... (juno blockchain) every 5 seconds. And in case the INJ balance increases, ATOM. OSMO or JUNO, then the entire balance will be transferred fully automatically to another wallet inj1...., cosmos1...., osmo1.... and juno1.....

    $20 (Avg Bid)
    $20 Snittbud
    1 bud

    I'm in need of an expertly developed trading bot capable of purchasing a new coin as soon a...forthwith. Specifically, the platform targeted for this task is kucoin. Key Responsibilities: * Crafting a bot proficient in immediate buying and selling of newly listed coins. * Ensuring immense reliability and speed of the bot's functionality. * Ensuring that the bot is compatible with kucoin and open to future adaptations for other platforms. Ideal Skills and Expertise: * Versatile experience in Python language. * Previous exposure to developing trading bots. * Deep awareness of kucoin and other potential exchange platforms. Ultimately, the bot should advance my trading performance by maximizing profitability through quick purchases and sales in the volatile moments when coi...

    $179 (Avg Bid)
    $179 Snittbud
    21 bud

    I'm seeking a skilled developer to take my ...algorithm should be optimized to better handle the extracted data. The developer should ensure that the comparison is done accurately and efficiently. - **User-Friendly Interface:** The current demo code lacks a user-friendly interface. I am looking for a developer who can design and implement a clean, intuitive and user-friendly interface. Preferred Programming Language: Python - The application is currently built in Python and I would like to stick to this language for consistency. Notable Requirements: - The application should be able to handle both Word and Excel documents. - The final product should be a fully functional web-based application. It should be able to extract data from both Word and Excel documents and com...

    $31 (Avg Bid)
    $31 Snittbud
    5 bud

    I'm searching for a Python developer knowledgeable in numerical data analysis. The key task of this project will be developing a Python script for classifying images. This script will then need to perform advanced data visualization tasks on numeric data. Task would be to analyze a dataset containing different types of fish breeds Images and is required to classify them using CNN based on their location and chemical compositions in various parts of an ocean/location Ideal Skills: - Excellent grasp of Python programming - Strong understanding of image classification techniques - Proficiency in numerical data analysis - Expertise in data visualization methodologies Previous experience with projects involving Python, image classification and data visual...

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

    I'm seeking a professional in Python with experience in computer vision, specifically with DVS 346 cameras. The goal of the project is to: - Detect human movements: Standing, walking, sitting, waving, jumping, running - Calculate the speed of detected movements The project will take place in an indoor environment. Ideal candidates should have: - Proficiency in Python - Expertise in computer vision - Experience with DVS 346 cameras would be a plus This is a unique project that requires attention to detail and an understanding of both human movement and computer vision principles. The ideal freelancer will be able to deliver accurate movement detection and speed calculations. I already have the DVS 346 camera for this project.

    $154 (Avg Bid)
    $154 Snittbud
    31 bud

    As the developer of an existing project written in Python, SQL Server, and MongoDB, I am currently facing a challenge. A logical error in the code is causing a bug, and I need an expert to fix it. High-level summary of the code- 1. Fetch records from SQL server ( total 680000 records) 2. Apply face recognition on each record 3. Insert the response from step 2 in MongoDB along with other data from the SQL server Issue- The existing code is currently doing steps 1 & 2 and performing step 3 at last when face recognition is applied on all records. Due to this it step 3 is waiting to complete the step 1 & 2. Expectation- After fetching each record from SQL server, the code should apply face recognition and then store the data in MongoDB immediately. I will share my screen thr...

    $12 (Avg Bid)
    $12 Snittbud
    5 bud

    Hello and Thank you for being here Please note I need to install python 3.10 on centos and do not have a C compiler there Is there a solid set of steps without a C compiler ? Will give a 5 Star Review when this is done and will write such inspiring words for you, when done. Please understand; there is hope you can give your “best” price; been unemployed, and have cancer with bills backing up, $10 possible? Please note $10 is the max total that I can handle for this (doing hourly reduces % fee). Will leave a Glowing paragraph of feedback 5 stars : - ) My funds are low but will pay quick and leave 5 stars. Please give your best possible for your bid ? (something reasonable?) Please note there is hope we can mutually complete this task; we can leave each other nic...

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

    Python refactor code, change logic for the investment strategy

    $40 (Avg Bid)
    $40 Snittbud
    1 bud

    I'm seeking a freelance Python developer to improve the performance of a perspective correction script which is currently struggling with shapes that have more than 4 points. I have a Python script that does perspective correction of the images. It works in cases where the shape has 4 corners. If a shape has more than 4 corners, the script will not work. Please see attached and The script obviously fails on the "L" shapes. The has the expected result simulated. Attached is a zipped folder with everything you need to start. To run a script, use this command {filename} Example The "source" folder has various source images that have working and non-working cases. I need a solution that

    $50 (Avg Bid)
    $50
    1 bidrag
    Enhancing Link Prediction in PyG 6 dagar left
    VERIFIERAD

    I'm seeking an experienced Python developer who can leverage PyG to improve the accuracy of existing link prediction models on co-authorship network data. Key Responsibilities and Requirements: - Enhance existing models: You'll be tasked with optimizing and fine-tuning our current link prediction models, in order to improve the accuracy of the predictions. - PyG Proficiency: Proficiency in PyG, a Python-based library for building graph neural networks is a must for this project. - Previous experience: Experience with machine learning, particularly in the field of link prediction, would be ideal. - Dataset knowledge: Familiarity with handling co-authorship network data is a plus. I'm looking for a proactive, detail-oriented individual who can work independen...

    $31 (Avg Bid)
    $31 Snittbud
    3 bud

    I'm looking for a highly skilled data scientist to dive into a project that requires a strategic blend of data analysis, data modeling, and machine learning. Python proficiency is essential for this role, as it's the primary tool we will be using. Ideal Skills: - Python programming - Data analysis - Data modeling - Machine learning Despite the specifics of the dataset size and type being unclear, the candidate should have experience handling different scales and types of datasets. Your ability to adapt and work with varying datasets will be essential. Please be prepared to showcase similar past projects in your proposal.

    $30 (Avg Bid)
    $30 Snittbud
    14 bud

    I am seeking a skilled developer who has strong expertise in Java or Python programming languages. This project involves developing a robust software that includes several key features: - User Authentication: Your capabilities should include creating a secure log-in feature for the users. - Database Integration: The software will need to interact smoothly with an existing database, so experience with database systems is essential. - Reporting and Analytics: The ability to incorporate reporting and analytics functionalities into the software is crucial. - Facturation: Knowledge of finance or billing systems is required to integrate facturation, it's a key component of this project. - Calendar: Lastly, being able to integrate a user-friendly calendar will be an added advantage. ...

    $2332 (Avg Bid)
    $2332 Snittbud
    63 bud

    I'm utilizing an eform generator that necessitates manual setup of form fields and checkboxes on a PDF. To streamline this task, I'm looking for an expert who can automate the conversion of PDFs or image files into HTML, using the image/PDF as a background. If...g-your-own-eforms/ Key Requirements: - Automation: The primary goal of this project is to automate part or all of the the form creation process - even if there is a way to automate the location of top left pixel of each checkbox. - Simplicity: The forms that need automating are relatively straightforward, including basic types such as text and checkboxes. Ideal Skills: - Proficiency in HTML, Python - Ai/Machine learning - Previous work in automating form creation is a plus. Please, feel free to reach out for fu...

    $262 (Avg Bid)
    $262 Snittbud
    72 bud

    Tasks: We have three different algorithms for matching a resume with jobs on the website. They are coded in python. You have to create the APIs for webapplication. Then you create the Website which has 2 user types. Job Seeker and Employer. Login to use (home page) Job seeker will upload their resume details using a fixed form. Employer can post as many jobs using an upload job form. The data is stored in a table. On clicking the Find Jobs button (after uploading resume) or Find Profiles (for each job posting uploaded) the results page will show the ranked results (either job or resume depending on user). Home Page - Login SignUp buttons only...no design or banner or random stuff. Profile Page - Form Filling page with resume details. Resume Form Page Job Description Page Sim...

    $172 (Avg Bid)
    $172 Snittbud
    32 bud

    I am seeking a competent developer with experience in algorithmic trading. The main aim of this project is to connect a broker API for algo trading in the stock market using Python. The broker API to be used is not specified yet, hence, you should be adaptable and skilled with several common trading platforms such as E-Trade, TD Ameritrade, or Interactive Brokers. The task at hand involves connecting the broker API in order to carry out trading with our proprietary strategy. Ideal Skills and Experience: - Proficiency in Python - Deep understanding and experience with algorithmic trading - Familiarity with various trading platform APIs for algo trading Please include in your application a detailed proposal outlining the plan, tools, and methodologies you intend to employ...

    $107 (Avg Bid)
    $107 Snittbud
    6 bud
    Linux Developer for Custom OS 6 dagar left
    VERIFIERAD

    We are an innovative tech company embarking on the creation of SnipeOS, a custom Linux operating system designed to revolutionize user interaction and productivity through a tailored user experience. Project Overv...Selector Web Browser Configuration: Set the web browser's default homepage to and the default search engine to snipesearch.net. Include links to snipesearch, snipepay, snipesocial, auctionit, and TTWRITE in the web menu. Desired Skills and Qualifications: Proven experience in Linux system development, particularly with XFCE. Proficiency in programming languages such as C, C++, Python, and shell scripting. Familiarity with the configuration and deployment of the listed software applications. Experience in system branding and customization for Linux distributions.

    $118 (Avg Bid)
    $118 Snittbud
    38 bud

    ...you are not a US citizen, pls don't apply**) I'm in search of a skilled software engineer to help develop a new web application. The ideal candidate should have proficiency in Java, Python and C++, as well as experience in full-stack development. Key responsibilities include: - Developing a new web application from scratch - Integration of user-facing elements with server side logic - Building reusable code and libraries for future use - Ensuring the technical feasibility of UI/UX designs - Optimizing the application for maximum speed and scalability Skills and experience required: - Proficiency in Java, Python and C++ - Full-stack development experience - Strong understanding of web development technologies and concepts - Familiarity with Agile methodologies ...

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

    ...skillful developer to integrate an "in app chat" feature into my existing .Net MVC5 aspx SAAS project, with a particular focus on real-time communication functionality. Key Expected Features: - Bootstrap 3 compatibility - Chat server - Client (html and jQuery preferred) - Ability to create groups (add and remove participants) - Show users online status - Storing chat history - Ability to send/receive documents and audio files Ideal freelancers for this role should possess the following skills and experience: - Proficient in .NET MVC5 and Bootstrap 3 - Experience in chat server and client development - Ability to write clean, maintainable jQuery and HTML - Familiarity with real-time communication platforms UI Presentation: The chat messages should be displayed as ch...

    $180 (Avg Bid)
    $180 Snittbud
    38 bud
    Dual Market Stock Prediction 6 dagar left
    VERIFIERAD

    ...analysis on live stock price data from both the BSE (Bombay Stock Exchange) and NSE (National Stock Exchange). Specific project requirements: - Data Collection: Compile live trading data from both BSE and NSE. - Programming Language: The model should be developed using Python and webapp using django. - Deliverable: Create a prediction model based on Time Series Analysis apply suitable ML model like LSTM AROMA. Ideal skills and experience for this project: - Strong background in financial market analysis. - Proficiency in Python language and financial analysis libraries. - Solid understanding and hands-on experience with Time Series Analysis predictions. - Ability to handle and work with live market data feeds from BSE and NSE. If you meet these qualifications and are...

    $80 (Avg Bid)
    $80 Snittbud
    6 bud

    I'm searching for a skilled Python Django developer with proficiency in deploying websites on a shared hosting environment with cPanel. The main purpose of this website is to provide a platform for user interactions. Skills and Experience: - Proficient in Python Django for website development - Experience in deploying websites on shared hosting with cPanel - Familiarity with Linux terminal is not necessary - Prior experience in projects involving user interaction platforms Key Task: - Deployment of a Django website on a shared hosting environment with cPanel, without the use of a Linux terminal.

    $9 / hr (Avg Bid)
    $9 / hr Snittbud
    38 bud

    As a client with emphasis on quality, I need the support of an experienced Python programmer who can take charge of the frontend aspect of my web development project. At the core of this project are the following requirements: - Full proficiency in Python as the main programming language for the task - Demonstrated experience in frontend web development using Python - Familiarity with the best practices in Python programming - Capacity to effectively communicate, provide regular updates and accept feedback The missing response for the third question won't be an issue — I am more interested in a Python programmer who can bring their own unique ideas and solutions. You are encouraged to showcase your creative problem-solving skills. Apply if...

    $8 / hr (Avg Bid)
    $8 / hr Snittbud
    9 bud
    Voice Driven AI Answering Service 6 dagar left
    VERIFIERAD

    I'm seeking a developer to bring a comprehensive voice AI proj...the project include: - Integration of voice recognition - Implementation of natural language processing - Development of a functional virtual assistant - Language Model and AI analysis I have a design and user interface in place, so your primary focus will be on the backend development to ensure seamless, reliable functionality. Ideal skills and experience for this job include: - Proficiency Python, Java or relevant coding language - Strong understanding of voice recognition and natural language processing - Experience in virtual assistant development - Ability to work with existing designs - Developing custom language learning model and coding to deliver relevant response. Deliverable is a beta-tested minimum ...

    $25 - $50 / hr
    Försegla Sekretessavtal
    $25 - $50 / hr
    29 bud

    ...write control code for the robot, and also troubleshoot and fix any simulation errors that may arise. The key responsibilities for this project are: - Develop and simulate robotic arms models in Coppeliasim - Proficient in programming languages required for the task, particularly Python and lua - Write efficient control code for the robotic arms - Identify, troubleshoot, and fix any simulation errors that may arise Ideal candidates should have: - Proven experience in working with Coppeliasim - Proficiency in Python and lua - Strong understanding of robotic arms and their control mechanisms - Ability to troubleshoot and resolve simulation errors quickly - Excellent problem-solving skills and attention to detail. Your expertise will be crucial in the success of this proj...

    $168 (Avg Bid)
    $168 Snittbud
    13 bud

    I need a proficient software developer to build an offline multiple-choice question (MCQ) exam software compatible with Windows operating system. The primary purpose of this software is to conduct exams for learning institutions. Key Features Required: - ...Required: - The software should have a score tracking feature that effectively keeps track of students' exam progress and results. Ideal Candidate: The perfect match for this job should have substantial experience in software development, particularly in developing educational tools. An extensive understanding of the Windows operating system is crucial. Proficiency in programming languages like Java, Python or C# would be beneficial. Familiarity with creating scoring algorithms and a good grasp of user-interface design are...

    $14 (Avg Bid)
    $14 Snittbud
    9 bud

    ...will last for 10 days. Content: The content will focus on basic gym exercises, predominantly without audio instructions. Responsibilities: - Demonstrate proper exercise techniques for filming. - Collaborate with the app's instructors to ensure high-quality content. - Adapt and adjust based on feedback during filming. Requirements: - Proficiency in gym training techniques. - Ability to receive and implement feedback effectively. - Strong understanding of exercise form and safety. - Candidates are required to provide photos of themselves or links to their social media profiles where their faces and bodies are visible. Benefits: - Round-trip tickets to Cyprus. -Transportation or reimbursement for taxi expenses. - Visa and necessary paperwork assistance. - C...

    $797 (Avg Bid)
    Framhäv
    $797 Snittbud
    1 bud

    I am currently facing an issue with the packaging of my Streamlit app, specifically error messages related to dependencies. My app does RAG or Retrieval Augmented Generation. However, I am stuck with this bug. Any freelancer planning to undertake this project should be: - Skilled in Python programming - Familiar with Packaging methodologies like PyInstaller, PyIodide, Stlite - Experienced in debugging dependency issues The main tasks will include: - Understand existing errors in the packaging process - Debug the dependency-related issues - Ensure the final version of the packaged app works seamlessly with no errors in multiple hosts I invite freelancers with prior experience in handling similar tasks to place their bids. This project has the potential for future maintenance and...

    $10 (Avg Bid)
    $10 Snittbud
    3 bud
    Advanced WhatsApp Bot Development 6 dagar left
    VERIFIERAD

    ...to create a sophisticated WhatsApp bot. This bot will encompass key functionalities including automated responses, user data collection, and the facilitation of products or services sales. Key bot functionalities will include: - Responding to Frequently Asked Questions (FAQs). - Sending appointment reminders. - Advising on account statuses and dues paid. - Send chat to a operator - Receive info from Sugar Comunity Edition and Sap B1 and send to the customer The perfect candidate for this project will have: - Proven experience in chatbot development. - Deep understanding of WhatsApp API. - Experience with user data collection techniques. - An eye for detail and problem-solving skills. - Excellent communication skills. Please provide past work samples rela...

    $1273 (Avg Bid)
    $1273 Snittbud
    25 bud

    As a project owner, I'm in need of a proficient backend developer chiefly for the deployment of a Python Django project. This includes: - Setting up server and database - Deploying the project using both Nginx reverse proxy and Apache - Enhancing backend performance The best candidate should offer rich experience in Python Django project deployment as well as server setup and optimization. There won't be any need for coordination with other teams or members. Hence, the ability to work independently is crucial. Please remember to include your relevant experience in your application.

    $171 (Avg Bid)
    $171 Snittbud
    44 bud