Learn data visualization pythonJobb

Filter

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

    ...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...

    $573 (Avg Bid)
    $573 Snittbud
    16 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.

    $98 (Avg Bid)
    $98 Snittbud
    31 bud

    ...generating data visualizations. The selected expert will be expected to work with data from both Excel spreadsheets and SQL databases, so experience with these sources is crucial. I will be looking for an advanced level of expertise, as the job will involve complex data modeling and designing sophisticated, interactive visual reports. A strong understanding of data analysis and visualization techniques is essential. Key responsibilities and qualifications include: - Creating interactive dashboards - Generating data visualizations - Working with data from Excel spreadsheets and SQL databases - Demonstrable advanced level of Power BI experience - Advanced knowledge of data modeling - Proficient in designing sophisticated, interact...

    $14 (Avg Bid)
    $14 Snittbud
    21 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...

    $1133 (Avg Bid)
    $1133 Snittbud
    30 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.

    $143 (Avg Bid)
    $143 Snittbud
    36 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

    $529 (Avg Bid)
    $529 Snittbud
    80 bud

    I'm in need of a full stack developer with proficiency in JavaScript, Python, and PHP. The ideal candidate should be experienced in building web applications and software, and must be adept at working with both front and back-end technologies. I have want to deploy my website to live then we start customization

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

    I need an expert in Photoshop to help with a virtual renovation of a kitchen picture. This involves: - Updating the cabinets and countertops - Changing the flooring - Adding new appliances - Removing a wall The updated aesthetic should reflect a modern style with sleek cabinets and quartz countertops. The right candidate will have extensive experience in photo retouching, graphic design, and image manipulation, especially within interior design contexts. A keen eye for detail and a solid understanding of modern interior design trends will be advantageous.

    $51 (Avg Bid)
    $51 Snittbud
    26 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
    34 bud

    Need to find a programmer who understands computer networks and knows c# or python programming

    $156 (Avg Bid)
    $156 Snittbud
    27 bud

    Please develop a Python script to retrieve restaurant data from Google Maps using the Maps/Places API. The script should specifically target restaurants that have a phone number but *without* a website. The inputs I need to enter are: - Location (latitude and longitude) - Search Radius (meters) - Restaurant Type (including catch all types in the "Food and Drink" category) Key Data to Retrieve, output in a .CSV: - Name - Address - Phone Number - Google Maps URL Ideal skillset: - Proficient in Python - Strong experience with Google Maps/Places API - Ability to deliver results promptly and efficiently - Attention to detail to ensure accurate data retrieval

    $36 (Avg Bid)
    $36 Snittbud
    19 bud
    AWS Lambda Function Setup Support 6 dagar left
    VERIFIERAD

    ...how it interacts with AWS Lex. I possess familiarity with AWS Lex but struggle with Lambda functionalities, specifically in setting up and running code in response to events. Ideal Candidate: - In-depth understanding of AWS Lambda functions and AWS Lex - Strong experience with running code in response to events - Should be able to guide me through the process effectively I want to be able to learn how to integrate my Lex bot with the Lamda function that I have created. I need someone to advise on the configuration of aliases and permissions and how to invoke the function in Lex. I have the pieces setup so don't think it will take too long for someone experienced to show me what I am missing. Initially all I want is the Lambda function to invoke my bot and play a Welcome w...

    $111 (Avg Bid)
    $111 Snittbud
    13 bud
    Looking for Node Js developers 6 dagar left
    VERIFIERAD

    Requirement: experience in Node.js building applications and experience in migrating the monilithic application to microservices architecture applications. Experience in kafka for queuing. Experience in mongodb for database and angular for frontend. PS: This project is a very good opportunity for the developers who wants to learn development from scratch using modern micro service architecture This is a to support my job opportunity. Consultancies and companies please stay away. Need someone with good experience on NodeJs to help me understand my project, resolve blockers and provide constant feedback to improve myself.

    $823 (Avg Bid)
    $823 Snittbud
    18 bud

    I'm looking for a skilled software developer to create a unique application, using Python and C++ as the primary programming languages. Key Requirements: - Advanced proficiency in Python, C++, and HTML - Experience in software development - Ability to implement user login and registration functionalities Additional Skills: - Understanding of web development - Knowledge of user interface design The project primarily involves developing a software application, so a strong background in software development and proficient programming skills are highly desirable. The ability to seamlessly integrate user login and registration into the application is essential.

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

    I'm seeking a Python expert to develop a solution for a resource allocation problem that involves both the Knapsack Problem and linear programming (LP) models. Key Requirements: - This project is focused on resource allocation, so the main goal is to craft an algorithm that can efficiently solve the classic Knapsack Problem. - You will also be required to incorporate LP models in the solution to enhance the resource allocation process. Skills & Experience: - Proficient in Python for algorithmic problem-solving and have a solid understanding of optimization techniques. - Experience in working with LP models and understanding of how to apply them in real-world resource allocation problems. - Previous experience in developing command-line interfaces for solutions - a...

    $138 (Avg Bid)
    $138 Snittbud
    28 bud

    I'm looking for an experienced developer to create a custom API for the Quotex trading broker using Python. Specifically, I am looking for someone who has expertise in API development. The API should have the following features: - Real-time market data streaming - Trade execution - Account balance retrieval - Comprehensive error handling with detailed error messages - High-performance optimization for fast execution - API calls should be fast Ideal skills for this project include: - Deep understanding of Python - Experience in designing and developing APIs - Background in trading platforms or financial services - Strong problem-solving skills - Ability to optimize for high performance Your primary goal will be to produce a reliable, error-free, and fast API t...

    $176 (Avg Bid)
    $176 Snittbud
    21 bud
    The software has payment function 6 dagar left
    VERIFIERAD

    I need c#, c++ or python programmer The software has online payment function for customers Please bid and we will discuss more details

    $134 (Avg Bid)
    $134 Snittbud
    30 bud
    Smart Tennis Program with AI 6 dagar left
    VERIFIERAD

    I am seeking a highly skilled developer with expertise in AI neural networks, particularly in Python, for a challenging project. Key Tasks: - Develop a sophisticated AI neural network - Create an intelligent program using open-source AI - Analyze tennis data for the program The primary goal of the program is to enhance player performance analysis through the use of AI. Ideal candidate: - Proficient in Python - Experienced in developing AI neural networks - Skilled in analyzing and interpreting data - Knowledgeable about tennis and sports analytics would be a plus

    $2387 (Avg Bid)
    $2387 Snittbud
    78 bud

    We need the following combination of online database and data entry interface from users + a local MS access file. Online Database and web I terface for data entry We want to have multiple users to view and edit information for subscribers (names) in a database. Those users must be able to login on a web page, with a username and password. All users will see same information. But certain fields, those they will be able to edit, will be visible only to that specific user (and admin). Multiple users must be able to enter data (different) for each subscriber. User must be able to filter certain columns, search in all fields, hide/show columns. Online (on web) visible to users, will be only the fields mentioned in table visible) MS Access (local file) Administrator must...

    $204 (Avg Bid)
    $204 Snittbud
    46 bud

    I am seeking an experienced 3D artist for an architectural visualization project. My project requires a 3D rendering of an exterior building design. Ideal Skills/Experience: - Proficient in 3D modeling and rendering software - Architectural exterior renderings experience - Ability to bring architectural design plans to life Please include relevant work samples in your proposal.

    $32 (Avg Bid)
    $32 Snittbud
    31 bud

    I need a skilled Web Scraping specialist to write code in Python (preferably) that scrapes a specific table from a website for me (Website: ). The table contains WNBA player statistics, The goal is to extract all columns of this table, which is approximately 7 columns and write it to a CSV file (in the same column format). I'm a beginner level coder, and noticed that the table was created with that looks like a Shiny App in R. (I'm not even sure if extracting the table is possible). If it was only possible to use R, then I could potentially work with that. Website: I would like the data to go from the year 2020 to current. Regular Season data. Key Requirements: - Scraping Tables on websites If you're

    $143 (Avg Bid)
    $143 Snittbud
    56 bud

    am seeking an experienced DevOps engineer to scale down my Red Hat OpenShift configuration currently running on AWS. The primary tasks i...Maximo Application Suite installation that was done with an AWS Marketplace Template "IBM Maximo Application Suite (BYOL)". The template built all the instances (9 including 3 masters, 3 workers, and 3 workers (using m5.2Xlarge and m5.4xlarge) along with a boot node and bastion host) and the volumes (26 of them with 6.23 TB of storage being used) and it is way overkill for just using as a sandbox to learn in and educate. They had no other Template option when installing. Ideal Skills & Experience: - Expertise in handling the Red Hat OpenShift environment - Strong knowledge of AWS and instance management - Prior experience in applic...

    $25 (Avg Bid)
    $25 Snittbud
    4 bud

    As a client, I am looking for a skilled Python developer who is proficient in using Flask for web development. My project requires: - The creation of a test cases for existing website crucial requirement is expertise in writing unit test cases for Flask applications. The developer should know how to write effective test cases to ensure that all components of the website work individually as expected. This is important for seamless user interaction and overall functionality. The ideal candidate would of course have proven experience with back-end development, particularly with Python, and preferably with Flask. Knowledge and application of best practices in web security, particularly with user authentication, is highly valuable for this project. The chosen freelancer is an...

    $17 / hr (Avg Bid)
    Brådskande
    $17 / hr Snittbud
    43 bud
    VRBO Scraper Development 6 dagar left
    VERIFIERAD

    I need a VRBO scraper to extract property details, pricing, and availability. - The scraper should be built with Python and the output should be in CSV format. - The data points I need include property title, description, amenities, pricing, and availability. - The scraper should be able to handle multiple URLs at once. - The code should be well-structured and commented for easy maintenance. Ideal skills: - Proficiency in Python - Experience in web scraping - Understanding of VRBO website structure - Ability to handle and store data in CSV format

    $142 (Avg Bid)
    $142 Snittbud
    78 bud

    ...am looking for a freelancer with a strong skillset in both Python programming and data science, specifically with a focus on finance who can help complete a project within the next 7 days. Here are the key skills and qualifications I think might be required to successfully complete this project, although I am not experienced in Python so you might find this easier and possible to do well without using as much. > Python Proficiency, as it is the primary tool for this project. > Familiarity with essential Python libraries such as pandas, NumPy, (Matplotlib, Seaborn?), Scikit-learn > Data Science and Analysis: - Data Manipulation: Ability to clean, preprocess, and manipulate large datasets. Skills in visualizing and understa...

    $158 (Avg Bid)
    $158 Snittbud
    60 bud

    ...system with an IA/Chatgpt API. This project involves building and implementing a chatbot that's capable of: - Natural language processing: The chatbot should be able to understand and interpret human language, not just in a literal sense, but also in context. - Chatbot functionality: The chatbot should have the capacity to engage in meaningful conversations with users, along with the ability to learn and adapt over time. - Question and Answers: The chatbot should be able to provide answers to frequently asked questions and find relevant answers from PDF files content. Experience and Skills: - Strong understanding of natural language processing - Previous experience with developing chatbots - Familiarity with sentiment analysis - Ability to create personalized recommendatio...

    $191 (Avg Bid)
    $191 Snittbud
    31 bud
    Review Scraper in Python 6 dagar left
    VERIFIERAD

    I'm seeking a Python developer experienced with web scraping. This job involves setting up a Python script that can scrape a popular review site. Key details to extract: - Review text - Star rating - Date of review - Reviewer name - Star-ratings for sub-categories - Review ID - Reviewed person - Reviewed product name The site does not use captchas, so it should be reasonably straightforward. All reviews for a given provider should be scraped. It would be good to have an option to start with the newest and stop at a certain date. The specific review site can be seen in the sample URL in the attached PDF. I can send further details in a private message including screenshots. Preferred frameworks would be Beautifoulsoup 4 / Scrapy if sufficient and Selenium otherwise....

    $35 (Avg Bid)
    $35 Snittbud
    44 bud

    ...highly valued. Key Deliverables include - Technical Specifications Document: Outlining the project requirements, timelines, and milestones. - Data Preparation Pipeline: Scripts and processes for data collection, cleaning, and annotation. - Machine Learning Models: Trained and validated models for diagnosing hormone imbalances. - Integration Modules: APIs and tools for integrating with EHRs and wearable devices. - User Interface: A user-friendly app interface for both patients and healthcare providers. - Testing Reports: Documentation of clinical validation and technical testing results. - Security and Compliance Documentation: Evidence of data security measures and regulatory compliance. - Deployment Plan: Strategy for deploying the app and AI models. ...

    $1353 (Avg Bid)
    $1353 Snittbud
    23 bud

    ...have the time to complete them, take time off when you need (letting us know in advance is good practice). *Easy to work with: We reply to questions fast, will provide valuable input and feedback on every single task you complete. *We've been in the content writing and marketing business for 15 years and have worked with more than 2000 clients. As part of our team, you'll have the opportunity to learn from experienced team members on a daily basis. What we expect: *You'll be part of an International team with a base in Serbia that works for many clients which means you must be able and willing to research various topics. *Your English writing, spelling, and grammar skills need to be of a high standard. *You take feedback well and want to improve your writing...

    $16 (Avg Bid)
    $16 Snittbud
    37 bud