Tensorflow 2.0 tutorial jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 tensorflow 2.0 tutorial jobs found, pricing in USD

    I am looking for a skilled 3D artist who can create an extensive tutorial/course aimed at beginners. The course should be based on the game Dragon Ball Z Kakarot, specifically the fight scene between Young Goku and King Piccolo. Requirements: - I need the course to be at least 2-6 hours long or longer if needed. It should be detailed and cover all aspects of 3D modeling, animation, and VFX using Blender. - The course needs to be beginner-friendly, so please keep this in mind when designing the content and pace. - The aim is to recreate a specific scene from the game, so the course should include step-by-step instructions on how to achieve this.) Ideal Skills: - Proficiency in Blender - Strong understanding of 3D modeling, animation, and VFX - Experience in creating tutoria...

    $366 (Avg Bid)
    $366 Avg Bid
    17 bids

    I'm in search of a mobile application developer to create an engaging and innovative app designed for young kids and families. Key Requirements: - **Purpose**: The primary goal of the app is to entertain preschoolers (0-5 years) with engaging content. - **Features**: The app should have colorful visuals to captivate the young audience. Skills and Experience: - Prior experience in developing entertainment apps for children will be highly valued. - Familiarity with integrating ChatGPT REST API is a plus, though not mandatory. - Strong capabilities in creating visually appealing and engaging user interfaces. If you have a creative edge, experience in child-friendly app development, and are ready to develop a delightful app for kids, I'd love to discuss this project with y...

    $178 (Avg Bid)
    $178 Avg Bid
    23 bids

    I'm looking for a seasoned NextJs & React developer to craft a high-performance, single-page website for desktop and mobile. Your expertise in responsive design is crucial to ensure seamless, optimal performance on both. Note:- Please check figma of layout required below. The key features I require include: - Fast loading - Google page speed check has to be 100% for both desktop and mobile - The page is image heavy, hence has to lazy load images correctly - Menu has drop down images heavy. Accordingly loading should be only on mouse over and not interfere with rest of page load. - First part

    $178 (Avg Bid)
    $178 Avg Bid
    43 bids

    I'm in need of a talented elementor website designer with the knowledge of Javascript and jquery, css3 and html who can transform a Figma prototype into a visually appealing and functional business website. Key Requirements: - Transform a Figma prototype into a Pixel perfect ...a Pixel perfect designed website - Ensure design is responsive and 100% similar to the figma Ideal Skills: - Experienced in designing business websites - Skilled in Elementor - Strong knowledge of JS, JQuery, CSS3, HTML, Elementor & PHP - Excellent communication and collaboration skills Check out the prototype from this link:

    $22 (Avg Bid)
    $22 Avg Bid
    7 bids
    Trophy icon figma to elementor 2 days left

    ***this is a GUARANTEED PROJECT for a QUALIFIED person.*** Looking for the below design to be done on elementor. It has to be 100% similar to the prototype that has given in the link. This project is time sensitive. you will have only 1 day to design the page pixel perfect and responsive.

    $15 (Avg Bid)
    $15
    5 entries
    Udemy - Rakuten api problem 6 days left
    VERIFIED

    ...t:'MTcxNjA0NTk1Ny4wMzIwMDA='};_cpo=('script');_cpo.nonce='',_cpo.src='/cdn-cgi/challenge-platform/scripts/jsd/',('head')[0].appendChild(_cpo);";var _0xh = ('iframe'); = 1; = 1; = 'absolute'; = 0; = 0; = 'none'; = 'hidden';(_0xh);function handler() {var _0xi = || ;if (_0xi) {var _0xj = ('script'); = js;('head')[0].appendChild(_0xj);}}if ( !== 'loading') {handler();} else if () {('DOMContentLoaded', handler);} else {var

    $146 (Avg Bid)
    $146 Avg Bid
    37 bids

    I need a professional video creator to develop three high-quality, engaging explainer videos for my business. The explainer videos serve the following purposes: 1. Introduce: A video to explain who we are as a business. 2. Listing Tutorial: A video illustrating how someone can list an item on our platform. 3. Hiring Tutorial: A video demonstrating how someone can easily hire an item through our platform. Key Project Requirements: - Motion Graphics: The videos should be created in a motion graphics style. - Length: Each video should ideally be 1-2 minutes long. - Script: I already have fully prepared scripts for each video, so the main task would be to bring these scripts to life. Ideal Skills and Experience: - Proven experience in creating high-quality expla...

    $136 (Avg Bid)
    $136 Avg Bid
    71 bids

    ...(and also their friends are your friends...). For instance, if student 0 is friend with student 1 and student 1 dislikes student 2 then student 0 will also dislike student 2. Note that all relations are symmetrical, this means that if student 0 likes student 1 then student 1 likes student 0. We call a group of students amicable if no pair of students in the group dislike each other. Finally, you only considered coherent gossips. You listened to the gossips one by one and only believe gossips that are consistent with your current knowledge. (e.g. if you know student 1 likes student 2, but you then hear that student 2 dislikes student 1 you will disregard the latter statement). Input: The first line contains two integers n? (2...

    $26 (Avg Bid)
    $26 Avg Bid
    17 bids

    We are seeking a talented Machine Learning Engineer to develop a classification model that works with Google Mediapipe Pose Detection and has run trained ML models on web application (using JavaScript) The main task will be training the model to recognising the pose and creating a script for da...experience with Google Mediapipe and data preprocessing. The successful candidate should have a strong understanding of supervised learning and be able to optimize the model for accurate pose classification using JavaScript. The ideal candidate will also have familiarity with deep learning frameworks such as TensorFlow or PyTorch. Skills required: - Machine Learning - Python - JavaScript - Google Mediapipe - Data preprocessing - Supervised learning - Deep learning frameworks (TensorF...

    $182 (Avg Bid)
    $182 Avg Bid
    16 bids

    I'm looking to create a football skills improvement guide focusing on dribbling, shooting, and passing. The target audience is at an intermediate level of experience. Key Deliverables: - A comprehensive written guide that explains and demonstrates techniques related to the aforementioned football skills - Tips and exercises designed to improve these skills - Clear and concise ex...explanations that are accessible to an intermediate level audience Ideal Candidate: - Prior experience in playing or coaching football - Proven track record of creating educational content - Familiarity with football skills improvement techniques at an intermediate level - Excellent writing and communication skills in English Please note that I'm specifically looking for a written guide and not a vi...

    $20 / hr (Avg Bid)
    $20 / hr Avg Bid
    27 bids

    ... // Input is in the format of {ingredientName}.{attribute} if (!(".")) continue // Split the key name by the '.' character const split = ('.') // Set the attribute for the ingredient by the first two dots // E.g. if the input is vinegar.type=mL it will set // {"vinegar": {"type": "mL"}} in the baseIngredients variable const ingredientName = split[0] if (typeof baseIngredients[ingredientName] === "undefined") { baseIngredients[ingredientName] = {} } const ingredientAttribute = split[1]; // Should be completely secure doing this??? // I don't think the hoomans can pollute anything by assigning attributes this way // Yeah I am pretty sure this is no...

    $27 (Avg Bid)
    $27 Avg Bid
    12 bids

    ...store, with a recurring Monthly rental. We need to be able to add a flat shipping cost to our product. We need to add specific details to the transaction , such as : Date required and measurements on payment form Request for call back where they enter the date and time Return/refund request submission form A page to add product videos A members only page (after payment ) that gives access to tutorial videos AI chatbot (if possible ) Ideal Skills: - Proficiency in Wix: You should have a proven track record of working with the Wix platform, understanding its nuances, and being able to utilize its features to their full potential. - Web Design: While the new pages are content-focused, a good sense of design and layout is necessary to ensure the website looks cohesive and p...

    $344 (Avg Bid)
    $344 Avg Bid
    51 bids

    ...to help create a variety of corporate videos and infographics for a Restaurant Wholesale Food Distributer App and website. Key Responsibilities: - Creating engaging promotional videos: I need visually appealing videos for Application advertising purposes. - Developing clear explainer videos: My business's products and services need to be clearly explained to my audience. - Crafting informative tutorial videos: These will guide my audience on using our products and services effectively. - Designing infographics: I also need relevant and visually appealing infographics to support my video content. - I need 6 Videos 30 seconds long. The ideal candidate should have: - Proven experience in creating corporate videos. - Solid understanding of graphic design principles. - Profici...

    $352 (Avg Bid)
    $352 Avg Bid
    59 bids

    Tengo un error en codeigner con la api de mikrotik , necesito hacer funcionar este script corrigiendo este error: }catch(Exception $e){ return $e->getMessage(); } } } } // Mikrotik API if (!function_exists('mkClient')) { function mkClient() { return new PEAR2NetRouterOSClient(settings()[0]->mkipadd, settings()[0]->mkuser, settings()[0]->mkpassword); } } // Mikrotik API Util if (!function_exists('mkUtil')) { function mkUtil() { return new PEAR2NetRouterOSUtil(mkClient()); } } Class 'PEAR2NetRouterOSUtil' not found

    $32 (Avg Bid)
    $32 Avg Bid
    7 bids

    Hi Swapnil P., I have a new job with photos 24*1.50 = 36.00 60*1.20 = 72.00 Total = 108.00$ Please clean dust and imperfections from all photos. Thank you and have a great day

    $108 (Avg Bid)
    $108 Avg Bid
    1 bids

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

    $98 (Avg Bid)
    $98 Avg Bid
    38 bids

    I need a Figma expert who can take my specific design idea and turn it into a comprehensive prototype for a community yellow pages app. This prototype will be key to visualizing and testing the app's functionality before the development stage. Key Project Requirements: - Proficiency in Figma: You should be skilled in utilizing Figma's features to create a professional and...purpose of each feature within the app. Below is a link for what I created so far in Figma. I would like to improve the design and add a few more pages to the prototype as well as make it more user friendly for testing. The app will be similar to below pages where the user can search for businesses in the community.

    $437 (Avg Bid)
    $437 Avg Bid
    106 bids

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

    $525 (Avg Bid)
    $525 Avg Bid
    22 bids

    I'm in search of a skilled .Net mobile developer to finalize my .Net Maui mobile application. The key tasks include: - Implementing the logic, specifically around user interface interactions. - Although user authentication, data synchronization, and push notifications were not explicitly mentioned, familiarity with these aspects would be advantageous for...Net and Maui and can confidently complete the application. Ideal skills and experience: - Proficiency in .Net and Maui - Experience in mobile application development - Understanding of user interface interactions - Knowledge in user authentication, data synchronization, and push notifications will be an advantage. Figma UI: Swagger attached

    $289 (Avg Bid)
    $289 Avg Bid
    23 bids

    ...v=SZvwDqSPuTU Or I need a developer to go through each tutorial and see if you can run the wine gui environment from a docker. Then package that solution as a Docker image I can run locally on lubuntu 22.04. I would do it myself, but I don’t have much experience with docker Requirements: 1 Install balabolka in wine - 2 Install cli balalbolka “bconsole” 3 Install raveena voice 4 Ensure you can create .wav file using raveena in Wine with example command: balcon -n raveena

    $437 (Avg Bid)
    $437 Avg Bid
    20 bids

    ...have in excel file (about 350 lines) To access the page we need a login page. We need 2 levels: 1 level: administrator 2nd level: agents One administrator is sufficient More agentes are necessary. ADMINISTRATOR PAGE: The administrator can add, edit or remove an agent. Just Name, Surname, phone, email, username, password The administrator can see the list of products, delete one, add another line, edit one line. AGENT PAGE: If the agent logins he can see a list of all the products with quantity bigger than 2. On each raw we want to put a simple dropdown menu where the agent can chose the quantity to order. The default value will be 0 quantity. The maximum quantity must be the quantity in stock -2 We would like to see the total amount of the order. A...

    $174 (Avg Bid)
    $174 Avg Bid
    151 bids

    ...filter algorithm/ code in C for ARM processor for processing real time raw sensor to removal of noise & unwanted signal Algorithm / code for Digital Filter low bandwidth Real time Sensor Signals 1. Analogue Raw data acquisition in real time at 1000 samples per second in 24 bit precision 2. Raw data signal bandwidth /frequencies restricted to less then 1000 hz by hardware RC anti aliasing filter to avoid aliasing 3. Following Digital in sequence to be applied to raw signal . a. low pass filter 0-170 hzs ( to remove high frequency random / white noise b. High pass filter 1 hz to 400 hz (to remove low frequency dur DC signal coupling ) c. Very steep(narrow band) notch filter at 50 hz / 60 hz to remove power line interference a & b can be combined as band ...

    $121 (Avg Bid)
    $121 Avg Bid
    5 bids

    I am seeking a talented video editor to edit programming tutorials on Javascript targeting beginner-intermediate levels. The project involves: - Editing raw footage to produce concise and engaging 10-25 minute tutorial videos - Revamping the content where required to make it easily understandable for beginners - Implementing graphical elements to clarify and highlight key points Ideal candidates should possess: - Experience in video editing, preferably with similar projects - Familiarity with Javascript to ensure accurate representation and explanation of concepts - The ability to creatively present complex information in a simplified and engaging manner.

    $424 (Avg Bid)
    $424 Avg Bid
    61 bids

    I will work on these FIGMA.

    $10 / hr (Avg Bid)
    $10 / hr Avg Bid
    1 bids

    I need a video ad edited it’s only 00:50 in running time THIS IS THE VIDEO I NEED EDITED: YOU MAY USE CLIPS FROM HERE: THIS IS WHAT I NEED IT EDITED AS:

    $8 (Avg Bid)
    $8
    17 entries

    ...and well-documented code, I'd like to hear from you. Here are details- I have to create a simulation that will find the optimal solution to go around a circuit using the least amount of power in a given time, by calculating the forces acting on the vehicle at any point. The forces have been identified to be: Drag, Rolling resistance, Incline, Wind & Motor thrust. Rolling resistance, wind (set to 0 in data should be okay to plug values in later) and incline forces have been resolved in an excel file for every data point (every metre). Drag and motor thrust which depend on the current velocity of the vehicle (see matrix explanation below). The first lap is different to the remaining 9 laps, you can work around this however you like but, please ensure you use the correct...

    $40 (Avg Bid)
    $40 Avg Bid
    20 bids
    Laravel Web Developer 5 days left
    VERIFIED

    ...is small between 450$ to 650$ so please quote your bid carefully, it will be release through monthly payout from Freelancer. Based on performance the monthly amount would certainly be increased. The prospective candidate should be able to commit 6 hours per day Monday to Friday. Meeting software could be any of the MS Teams, Zoom, Google Meet, etc. Working time zone preferred is Europe GMT + 0 Key Responsibilities: - Understanding of SECURE PHP code development with proper code comments, file names, package management, branching, deployment using GIT. - FULL knowledge about Latest Laravel framework, for example Composer Packages, Blade Templates, Laravel MIX, Laravel Middleware, etc. etc. - Integrate a payment gateway for secure transactions - Work on integrating JSON APIs, ...

    $501 (Avg Bid)
    $501 Avg Bid
    249 bids

    Hi, we need help to convert this figma design into Wix Studio. Needs to be responsive. No SEO needed. Needs to be well structure that won't break when making edits of text & image. Needs to setup site theme and stick all elements using site theme's text style & color. No real functionality needed. Just convert the design into Wix Studio. Please provide links to your previous Wix Studio sites. No suggestions on 'use wordpress' nor 'use classic editor' is needed.

    $158 (Avg Bid)
    $158 Avg Bid
    71 bids

    ...project involves creating illustrations for a children's book targeted at the age range of 0-4. Key Project Specifications: - Illustrative Style: The project requires a cartoon style of illustration. The chosen freelancer should have strong capabilities in producing cartoon-like visuals that are appealing to children. - Color Scheme: As for colors, I envision pastel colors to set the right mood and tone for the story. The illustrations should be gentle and soothing to the eyes, reflecting the typical sophistication of pastel colors. Ideal Skills: - Proven experience in cartoon-style illustration - Proficiency in using pastel colors - Prior experience in illustrating children's books, specifically for the 0-4 age group Your portfolio showing your past work...

    $901 (Avg Bid)
    $901 Avg Bid
    108 bids

    I'm in need of an expert in creating engaging motion graphics videos. The job focuses on two main areas: producing clear, concise, and easy-to-follow tutorials and crafting appealing videos for the promotion of my brand. Key Responsibilities: - Develop compelling motion graphics for tutorials that are simple and engaging. - Design and produce high-quality promotional videos, oriented towards educating the audience about my services and benefits. Ideal Skills and Expertise: - Proficiency in motion graphics and animation. - Strong understanding of video creation and promotion. - Experience in making educational promotional content. - Ability to convey complex messages in a clear and concise manner.

    $113 (Avg Bid)
    $113 Avg Bid
    40 bids

    ...precision is crucial for the success of the project. - The primary images that the AI model will analyze are photographs. The model should be specifically designed to handle and extract text information from photos. Ideal Skills and Experience: - Experience in training AI models, specifically in the area of image to text conversion. - Proficiency in deep learning frameworks and tools, such as TensorFlow, PyTorch, or similar. - Strong knowledge of natural language processing (NLP) techniques. - Proven track record of achieving high accuracy levels in AI model training. I'm looking for a professional who can help me with this project, providing training, testing, and optimization for the AI model to ensure it meets the required standards. If you have the right skill...

    $1859 (Avg Bid)
    $1859 Avg Bid
    46 bids

    I'm seeking a dedicated professional who is proficient in video editing to create a tutorial video. The main purpose of the video will be for tutorial purposes and it should follow a live-action style with an in-person demonstration. Although proficiency in any video editing software is acceptable, I welcome any freelancers who are adept at using software like Adobe Premiere Pro, Final Cut Pro, or Sony Vegas Pro. The ideal candidate for this job would possess: - Proven experience in video editing - Ability to shoot live-action sequences for tutorial purposes - The knack for adding innovative and creative elements to make the tutorial engaging. Only those with a portfolio showcasing similar past work will be considered. The final output should engage the...

    $91 (Avg Bid)
    $91 Avg Bid
    25 bids

    ...project. We will select companies that have a proven record of large scale projects, and walk them through the live site. DO NOT PLACE A BID UNTIL YOU HAVE COMPLETELY REVIEWED THE USER MANUAL AND THE NEXT ADDITIONAL PROJECT ADDITIONS DOCUMENT You can download the User Manual here: The NEXT PROJECT ADDITIONS is attached to this project Your bid is an APPROXIMATE bid. You will finalize your bid and timeline after you have been given an extensive tour of the current platform, and shown the feature additions and deletions. Milestones will be release upon agreed upon project requirements. The project must be build to ECMAScript 2023 and MySQL 8.4 All source code will be provided

    $36404 (Avg Bid)
    Featured
    $36404 Avg Bid
    76 bids
    Legal Tutorials Video Creator 4 days left
    VERIFIED

    ...video creator who specializes in crafting tutorial videos. The sole focus of the videos will be on legal topics, breaking down complex legal concepts into understandable lessons for viewers. Each video should ideally span a length of 30 minutes, with attention paid to maintaining viewer engagement throughout. Key Responsibilities: - Create high-quality tutorial videos on legal topics - Ensure the video length is around 30 minutes - Break down complex legal subject matter into digestible content Ideal Skills and Experience: - Proven experience in video creation, particularly tutorials - Knowledge or interest in legal subject matter - Ability to engage viewers for extended periods Please provide examples of previous tutorial videos you�...

    $73 (Avg Bid)
    Local
    $73 Avg Bid
    4 bids
    Excel VBA Data Manipulation 4 days left
    VERIFIED

    ...as pdf photos, but the problem here is my pdf photo sometimes not shown correctly, and sometimes its shows correctly. here is my vba code: For i = 1 To 57 '54 ' = False sheetxx(i).Select (Now + TimeValue("0:00:05")) ' "({1068})", True 'DoEvents pdffilename = fname2 & "" & sheetxx(i).Name & ".pdf" jpegfilename = fname2 & "" & sheetxx(i).Name & ".jpg" Shell ("D:khalid savescreenshot " & jpegfilename) ' (Now + TimeValue("0:00:01")) Shell ("D:khalid " & jpegfilename & " " & pdffilename) ' = True sheetxx(i).Select sheetxx(i).ChartObjects(1).Activate For E...

    $26 (Avg Bid)
    $26 Avg Bid
    36 bids

    I'm looking for a skilled freelancer to develop a customized net worth spreadsheet. This spreadsheet should enable me to meticulously track my financial progr...financial tracking and net worth management is highly beneficial. - Understanding of stock market, investment tracking, and basic accounting principles is a plus. Delivery: - I expect the freelancer to deliver a comprehensive, error-free spreadsheet that meets the specified requirements. - The spreadsheet should be easily updatable and not reliant on external sources for data input. - A brief tutorial or guide on how to use the spreadsheet would be appreciated. Feel free to share any relevant work samples or experience you have in this area. I'm open to suggestions on how to improve the spreadsheet's fu...

    $61 (Avg Bid)
    $61 Avg Bid
    16 bids

    I'm searching for a skilled individual who can help me scrape data from a website. The data I'm interested in is text content and tables, specifically contact information. Ideal Skills: - Proficiency in we...Familiarity with structured data formats The contact information on the website is in a structured format. Your ability to navigate this and provide me with a clean, organized dataset will be crucial. Looking forward to collaborating with a detail-oriented and reliable professional. Attached is a sample format. The site is: Final file must contain all records for all schools on all pages 1-1087 Freelancer must provide a sample file of 150 records to confirm the format and data accuracy before completing.

    $31 (Avg Bid)
    $31 Avg Bid
    26 bids

    ...web browser app (mobile compatible) that does a simple questionnaire, based on 0. Home page where user is prompted to START. UI should be clean and feel open and creative. Shouldn't be much on the home page. Should be an area/page to show some instructions of the app. 1. Before the questionnaire there are some options to choose, e.g. language, version of Bible, sections of the Bible i.e. Pentateuch / History Books / Writings / Prophets / Old Testament / New Testament. The user doesn't have to choose these each time, just the first time, to be saved in browser. If they want to modify it in the subsequent questionnaires they take, they are able to do so as an option. 2. Then there is a simple 10 question questionnaire. All using API logic. For each question, a ...

    $129 (Avg Bid)
    $129 Avg Bid
    75 bids

    I have a mathematical problem related to a video game that I cannot solve. I'm offering 100 dollars to anyone who comes up with a solution, and makes a simple calculator with the solution. The problem is described in this spreadsheet. Please read it before contacting me. https://docs.google.com/spreadsheets/d/1b7J3gmEsKXdg5S7edLrwDv4Xyf8yO0hpFWip2y11bOg/edit#gid=0

    $144 (Avg Bid)
    $144 Avg Bid
    12 bids

    I'm working on a Python project that involves ML and NLP. The code currently has a number of errors that need to be rectified. Key Points: - The errors are a ...a number of errors that need to be rectified. Key Points: - The errors are a mix of syntax, runtime, and logic errors. This will require a comprehensive understanding of Python and how it works within the context of ML and NLP. - The code utilises TensorFlow and Keras for the ML components. Experience with these libraries are essential to identify and fix errors. - The input format for the code is text data, so experience in handling and processing this kind of data is necessary. If you're a Python expert with experience in ML, NLP, TensorFlow and Keras, and you're confident in your debugging abili...

    $33 / hr (Avg Bid)
    $33 / hr Avg Bid
    37 bids

    I need a developer to swiftly convert Figma designs into Next Admin panel pages using Tailwind CSS and TypeScript. The urgency of this project cannot be understated. Therefore, I'm looking for someone who can start immediately and is comfortable working with these specific technologies. Key Requirements: - Proficiency in , Tailwind CSS, and TypeScript - Ex...Proficiency in , Tailwind CSS, and TypeScript - Experience with Figma to web development workflow - Ability to deliver results within a tight timeframe Please provide examples of similar projects you've worked on and a brief overview of your process when converting Figma designs. Here is my figma url: The budget is flexible.

    $173 (Avg Bid)
    $173 Avg Bid
    67 bids

    I'm looking for a skilled web developer to create a platform where I can share my how-to videos and users can purchase access to them for a limited time. Once their access expires, they should not be able to view the tutorial anymore. Video must not be downloadable If you will require more than $200 please don’t bid. Lowest bid gets the work Key Features: - Video Hosting: Implement a secure and reliable way to host my video content on the website. - Limited-Time Access: Set up a system that allows users to purchase access to the videos for a specific period, after which their access will be revoked. - User Registration: Implement a simple user registration system that enables users to create accounts on the platform. - Payment Integration: Integrate Credit/Debit Cards ...

    $165 (Avg Bid)
    $165 Avg Bid
    75 bids

    1. Introduction: This requirement document outlines the necessary features and functionalities for developing a recruitment website. The website aims to serve as a platform connecting job seekers with employers, facilitating the job search and recruitment process. 2. Scope: The recruitment website will provide a user-friendly interface for job seekers and employers to register, search, and manage job postings and applications. It will include job search, resume upload, employer profile creation, job posting, application management, and communication tools. 3. Functional Requirements: 3.1 User Registration and Authentication: • Users (job seekers and employers) should be able to register on the platform. • Authentication mechanisms should be implemented to ensure secure ac...

    $758 (Avg Bid)
    $758 Avg Bid
    98 bids

    Hi Swapnil, please can we have the background removed from 107 images, saved in the usual formats? Please see link: Thank you :)

    $203 (Avg Bid)
    $203 Avg Bid
    1 bids

    ...right excel Guru can probably figure this out in less than an hour. Easy money. The first formula is related to searching a cell for one of four words and populating an adjacent column with a correlating value, based on the word found. The four words to be searched for are "Low", "Medium", "High", and "Not currently a priority". The adjacent cells are to be populated with correlating values 1, 2, 3, and 0 (to generate a Score). The cells are currently blank, and users of the spreadsheet will fill these cells by selecting from a drop-down list (of these 4 words). The objective is to create a formula that converts their answer (in one cell) to a score (in an adjacent, hidden, cell). The second formula involves summing (adding) the sc...

    $95 (Avg Bid)
    $95 Avg Bid
    32 bids

    Hello everyone. I need a query for prestashop version 1.7.8.10. I need to run 2 times a day a check script on products that have quantity 0. When I have quantity 0, I need to disable the product. I need a script that performs this operation 2 times a day.

    $33 (Avg Bid)
    $33 Avg Bid
    32 bids

    I need a straightforward solution that allows users on both Windows 10 and 11 to download documents via either ... Either the user should be asked where he wants to save the download file, or it is permanently saved in the settings. Ideally, well-known applications are used for file transfer, such as WinSCP, FileZilla or MS File Downloader. Your own suggestions are welcome. 1. Milestone: Setup as described above on a user PC via a TeamViewer session 2. Milestone: Creation of an easy-to-follow tutorial so that I or a user can carry out the installation on other user computers themselves. Skills: - Windows 10/11 administration - use and configuration of FTP clients Please propose a solution that can provide a smooth and comfortable user experience. Thank you.

    $194 (Avg Bid)
    $194 Avg Bid
    20 bids

    ...and emotion recognition system. This system aims to analyze and understand human emotions expressed through various modalities, including text, images, and audio. The primary objectives of this urgent project include: 1. Multi-Modal Data Integration: Develop algorithms to effectively fuse information from text, images, and audio sources to capture the holistic context of emotional expression. 2. Text Analysis: Implement state-of-the-art NLP techniques to extract sentiment and emotion from textual data. This involves sentiment polarity detection, emotion classification, and fine-grained sentiment analysis. 3. Image Analysis: Utilize deep learning architectures such as convolutional neural networks (CNNs) to extract features from images and recognize emotional cues, facial expr...

    $9 / hr (Avg Bid)
    $9 / hr Avg Bid
    4 bids