User agent detection jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 user agent detection jobs found, pricing in GBP

    Looking for a Google Cloud Platform (GCP) expert...Cloud Platform (GCP) expert who can assist with Cloud Functions and Vision API integration and deploy function on google cloud - Your main focus will be integrating Vision API for images batch processing and setting up Cloud Functions. The urls of images will be in excel file in google cloud. The parse result to be placed in columns next to url column. - The data primarily processed with text detection. Ideal Candidate: - Proficient in GCP services, specifically Cloud Functions and Vision API. - Experienced in setting up GCP services for one function. - Skilled in implementing Vision API for image processing. - Strong understanding of data processing in GCP.

    £8 (Avg Bid)
    £8 Avg Bid
    3 bids

    1) Implement MOSSE with SCRFD for Java Android 2) Implement it in our app by replacing MLKit and connect it to our engine 3) Replace our engine with ARCface The App must be fast and robust. For the 1st milestone deliverables... implement MOSSE tracking with SCRFD for Java Android running the C++ libs. Create a demo app that runs detection and tracking and: 1. shows boxes and tracking ID for each face detected. 2. model size 3. fps 4. face confidence 5. screen resolution 6. Allow the app to run on Android's both front and back camera 7. add a zoom feature if supported by the device's camera. 8. add an option to upload and process recorded videos. no need to do ui/ux design key point is to integrate c++ library with android app Need to do some test before start Check SC...

    £17 / hr (Avg Bid)
    £17 / hr Avg Bid
    23 bids

    ...processes user-generated text inputs and web-scraped content to extract meaningful insights, such as sentiment, key phrases, or categorization of interests. This helps in dynamically adjusting the user's profile to reflect their preferences and behaviors accurately. Usage Pattern Learning: The system tracks and analyzes app usage statistics to learn about user preferences over time. Machine learning algorithms can identify patterns in what features or content the user interacts with most frequently, allowing for automatic adjustments to the user profile based on predicted preferences. Both aspects work in tandem to ensure the user profile is a living entity within the app, constantly evolving and adapting based on direct input and observed behavio...

    £21 (Avg Bid)
    £21 Avg Bid
    5 bids

    ...for the NVIDIA Jetson Nano. The application should accurately count cars passing through multiple cameras using RTSP live streams. Key Requirements: Modular Design: The software should have a configurable region of interest (ROI). This will allow customization of the tracking area for different camera setups. The system should support settings for either two-way or single direction vehicle detection, selectable per camera. Multi-Camera Support: The application must handle live feeds from at least three cameras simultaneously without frame skipping. Ensure seamless capturing, detecting, and tracking across all cameras, maintaining high accuracy and performance. Error Handling: Implement robust error handling to ensure the application runs continuously without crashes. Auto-recov...

    £115 (Avg Bid)
    £115 Avg Bid
    12 bids

    As an organization, we aim to significantly boost our network security. Thus, we're seeking a skilled professional capable of: - Configuring firewall - Implementing an effective Intrusion Detection System - Establishing secure remote access Unfortunately, we skipped out on specifying our preferred secured remote access service and the size of our network infrastructure during the initial stages. However, we encourage applicants to be fully versatile with VPN, SSH, RDP, and to be equipped to handle infrastructure of various sizes. Prior experience with these areas will be advantageous. Do you have what it takes to help us execute a thorough network security overhaul? If so, we want to hear from you!

    £391 (Avg Bid)
    £391 Avg Bid
    9 bids

    ...looking for a professional who can assist me with the formation of a single-member LLC in the United States. Key Requirements: - LLC Registration: The primary task will be to help me register a single-member LLC in the United States. - Registered Agent Services: I also need assistance with the provision of Registered Agent services. Ideal Candidate: - Legal Expertise: A strong understanding of LLC formation and US business laws is crucial. - Experience: Prior experience in registering single-member LLCs in the US and providing Registered Agent services is highly preferred. - Attention to Detail: The successful candidate should be meticulous and able to ensure all paperwork is completed accurately and promptly. Note that I may require additional services in the...

    £62 (Avg Bid)
    £62 Avg Bid
    5 bids

    I need a custom WordPres...site. Ideal skills for this project include: - Strong understanding of WordPress development - Experience with creating custom plugins - Familiarity with WordPress APIs and data handling - Ability to work with cross-site data transfer The project requires: - Setting up a user-friendly form for registered users on Website A to create posts - Establishing a connection between Website A and Website B for seamless post transfer - Ensuring the posts are published immediately on Website B I'm open to your suggestions for user information that could be included in the post transfer, and I would appreciate your input on best practices for this kind of cross-website integration. Your input on potential security considerations for such integrations...

    £125 (Avg Bid)
    £125 Avg Bid
    100 bids

    ...Python developer to create a security application with robust intrusion detection capabilities. Key Features: - Intrusion Detection: The application must be able to detect and alert me about any potential security breaches. - Log Gathering: I'll need the app to effectively and securely gather logs from IoT devices. - Access Control Management: It should have the ability to manage and control access to the security system. Logging Mechanism: - The application should be able to log activities from sensors and smart home devices effectively. Ideal skills and experience: - Strong Python programming skills, coupled with experience in security applications. - Proficiency in designing and implementing robust intrusion detection systems. - Prior work on IoT devic...

    £241 (Avg Bid)
    £241 Avg Bid
    4 bids

    I'm in need of a skilled individual who can design a system that effectively detects overhead power lines. The primary purpose of this system is to prevent accidents from occurring due to the proximity of these power lines. Key Requirements: - Detection Technology: While I'm open to suggestions, I'm leaning towards the use of laser sensors that can accurately detect thin wires. This is crucial as thin power lines can sometimes go unnoticed by traditional detection methods. - Detection Range: The system should be optimized for short-range detection, around 10 meters. This will allow for timely warnings and preventive actions against potential accidents. Ideal Skills and Experience: - Proficiency in sensor technology, particularly laser sensors - ...

    £972 (Avg Bid)
    £972 Avg Bid
    15 bids

    The app is supposed to: - Search for specific product and add it in the cart with all needed information: delivery location, accessories, quantity. (Example: HP laptop with 14in size) - Compare the product price and service quality in the platforms and give results of the comparison. ( example: ...Search for specific product and add it in the cart with all needed information: delivery location, accessories, quantity. (Example: HP laptop with 14in size) - Compare the product price and service quality in the platforms and give results of the comparison. ( example: price in Amazon for the laptop is 1000$, delivery time is 3 days, the reviews are 4 star. Same for other platforms) - Direct the user to the selected platform to complete the purchase. (Example: to purchase the laptop fr...

    £1823 (Avg Bid)
    £1823 Avg Bid
    111 bids

    I need a professional to connect my OAK PoE camera with a Raspberry Pi 5. I have the camera working perfectly fine on my DELL computer. However, I'm unable to use the camera with my Raspberry Pi 5. This is what I've done so far. 1. I first installed the pip3 and Python 3 Virtual Environment by running. - sudo apt install -y python3-pip python3-virtualenv 2. I then created and activated the Virtual Environment by running. - python3 -m venv projectsenv - source projectsenv/bin/activate 3. Then I installed opencv while inside the virtual environment - pip3 install opencv-contrib-python 4. After that I installed the depthai dependencies for Linux (still in the environment) - sudo wget -qO- | bash 5. Then I installed depthai (still in the environment) - python3 -m pip instal...

    £157 (Avg Bid)
    £157 Avg Bid
    10 bids

    I need a professional to connect my OAK PoE camera with a Raspberry Pi 5. I have the camera working perfectly fine on my DELL computer. However, I'm unable to use the camera with my Raspberry Pi 5. This is what I've done so far. 1. I first installed the pip3 and Python 3 Virtual Environment by running. - sudo apt install -y python3-pip python3-virtualenv 2. I then created and activated the Virtual Environment by running. - python3 -m venv projectsenv - source projectsenv/bin/activate 3. Then I installed opencv while inside the virtual environment - pip3 install opencv-contrib-python 4. After that I installed the depthai dependencies for Linux (still in the environment) - sudo wget -qO- | bash 5. Then I installed depthai (still in the environment) - python3 -m pip instal...

    £43 / hr (Avg Bid)
    £43 / hr Avg Bid
    23 bids

    Seeking...integration of JNI C++ libraries. The foundations of the project include: - Development of an app compatible with Android phones - Integration and enhancement of machine learning algorithms into the app - The app must process object detection & tracking tasks using machine learning The ideal candidate should have: - Prior experience in Android app development - Strong knowledge of machine learning - Proficiency in the integration of JNI C++ libraries Integral to success in this project is a developer's ability to balance technical machine-learning objectives with user-centered design principles. This role is ideal for individuals passionate about blending technological innovation with practical impact. Add "JNI & C++ expert" to your pro...

    £429 (Avg Bid)
    £429 Avg Bid
    69 bids

    ...of features to improve our customer relations and team management. Key Features: - Scheduling Surveys: The system should support date availability checks, scheduling and booking confirmation via WhatsApp to our staff. Their responses should organise them into yes and no groups. This will help us automate repetitive tasks and sharing of information to groups of people. - CRM Management: I am an agent to film ans supply extras for background. This requires searching for certain character features of our staff. For example brown hair, 5"4 female. of male 6'2 blonde. I then send a availability check to work on certain dates and if they agree i send their profile to the production for approval. The approved staff then get added to a whatsapp "mailing list to communica...

    £13 / hr (Avg Bid)
    £13 / hr Avg Bid
    19 bids

    I am seeking an expert with proficient skills and experience in Artificial Intelligence, Machine Learning, and Data Analysis for the purpose of publishing my research paper in the Expert Systems with Applications Journal. My work utilizes Deep Learning to address Suspicious Action Detection from Surveillance Videos. The ideal candidate should have superb understanding of Behavior Recognition, a technique pivotal to my paper. In this task, the set objectives include: * Editing and proofreading the paper meticulously * Ensuring the subject matter is communicated clearly and effectively * Submitting the paper to the Expert Systems with Applications Journal * Ensuring all the Journal's publishing guidelines are followed diligently Applicants are invited to submit their bids alo...

    £1424 (Avg Bid)
    £1424 Avg Bid
    15 bids

    Design and implement one page website. The website shall have a design simi...party libraries or APIs. Something like bootstrap + vanilla JS would be ideal, or bootstrap + jQuery. The website shall have a small database usage feature, in which every time the page is loaded, a new row is added to "leads" table with the following information: 1) Visitor's browser agent string, 2) Visitor's IP address, 3) 0 or 1 depending whether user is using a mobile device, 4) User's name, email, phone number and message if they fill up the contact form and click the "Send" button. Note: In case user send the form multiple times, then this data is overwritten in the same table row. After I accept your bid, you will get server access to the server...

    £136 (Avg Bid)
    £136 Avg Bid
    94 bids

    Hi, I need assistance with installing a Public SSH key on my Linux server. The task focus on a single user who will need to access a specific folder located on the server. Key tasks to be completed include: - Enabling both write and read permissions for this user to that specific folder using its Public SSH Key authentification (without password). - The user should not have "execute" permissions or access to any other folders or areas. - Create a cron that will copy the content from this folder to another every 5min. The ideal freelancer for this job would have extensive understanding and experience with Linux command line, SSH configurations, permissions settings and security principles. Best regards.

    £103 (Avg Bid)
    £103 Avg Bid
    36 bids

    ...Interface do Usuário (Frontend): Development of an intuitive and responsive interface for the overall administrative system and user back office. The overall administrative system should include pages for user management, transactions, surveys, and system settings. The user back office should provide easy access to personal data, token balance, transaction history, tasks performed, and direct referrals. Implementation of a personalized referral link for each user, allowing them to easily share the link to invite new users to the platform. 2. Backend e Lógica de Negócios: Development of a robust backend architecture to support the functionalities of administration and user back office. Implementation of business logic to calculate...

    £1854 (Avg Bid)
    £1854 Avg Bid
    39 bids
    Instagram ChatGPT Integration 6 days left
    VERIFIED

    I need a software developer with expertise in AI and API integration. The Project: I want to connect a ChatGPT agent with Instagram direct messaging. The ChatGPT should be able to interact with users at an intermediate level. Functionalities: - I require the ChatGPT to be integrated with external systems for personalized responses. This will ensure that the interactions are engaging and tailored to the user's needs. Interactions: - The level of interaction I am looking for is 'Intermediate'. This includes handling simple tasks and Q&A. The responses should be prompt, accurate, and in a conversational tone to keep the users engaged. Knowledge Base Management: - The AI's knowledge base will need to be regularly updated through external data sources. It'...

    £153 (Avg Bid)
    £153 Avg Bid
    27 bids

    I'm looking for a professional who can develop a Pine script for me that will generate buy/sell trading signals on cryptocurrencies and any other stock or commodity market based on the diversion concept. The deliverables should give me the ability to change the indicator equitation or parameter as i want to toon up the peaks and valleys detection. also he should include the testing and functioning of Pine Script code and Elements to ensure its accuracy in generating Buy/Sell signals. Ideal candidates will have: - Familiarity with TradingView platform and Pine scripting. - A good understanding of trading signals and indicators. - Proven experience with cryptocurrencies and their market trends.

    £98 (Avg Bid)
    £98 Avg Bid
    12 bids

    ...maximum area coverage and efficient running of the software. 1. Make sure Deep Stack AI is installed on all the cameras to detect motions for only Humans, Machine Movements, Vehicles, Trucks from 50% confidence level 2. For cameras pointing outside the yard perimeter, to create detection zones, i.e. people walking close to the perimeter fence and ignore cars in the main road 3. Ensure settings for recording, is only clips during AI motion detection, no recording at all when there is no motion detected 4. Set the detection clip video file format to MP4 and ensure all playback functionalities are working 5. Ensure all MP4 video file clips are copied to a Network Attached Storage device (NAS) once a day at midnight and are properly tagged with Client ID, camera ID and ...

    £115 (Avg Bid)
    £115 Avg Bid
    15 bids

    I am looking for a C programmer to develop a simple keylogger detector specifically for Windows and Linux oper...be on my personal computer. Key Features and Tasks: - The detector should be capable of detecting and alerting keyloggers' presence on the computer. - The detector can have minimal ui. - the detector can only have manula scanning. Ideal Candidate: - Knowledgable in C programming with significant experience in system security programming. - Familiarity with keylogger behaviors and effective detection methods. - Prior experience in developing security software for Windows and Linux operating systems. The end goal of this project is to ensure my personal computer is fairly safe from keyloggers. Looking forward to working with a skilled and experienced professional...

    £9 (Avg Bid)
    £9 Avg Bid
    5 bids

    I'm seeking a versatile freelancer to develop an object detection-based localization project. The primary aim is to identify, track, and precisely determine the location of a mobile robot, with a focus on real-time continuous tracking. - Key Tasks: - Develop an object detection tool for a mobile robot - Ensure a high degree of accuracy in real-time continuous tracking - The system will function in an indoor environment Ideal freelancer needs to have skills in robot motion algorithms, machine learning, and a deep understanding of complex robotics-related technologies. Experience in indoor robot localization is a must.

    £245 (Avg Bid)
    £245 Avg Bid
    22 bids

    I'm in need of a detail-oriented cold calling agent with expertise in real estate. Your focus will be to reach out to leads and successfully book appointments. Key responsibilities: - Call from a provided list of real estate leads - Confidently emphasize our company's background and reputation - Successfully book appointments with potential leads Ideal skills and experience: - Prior experience in cold calling and real estate is highly desired - Exceptional verbal communication skills - Knowledgeable about our company to accurately present our reputation - Proficient in maintaining call logs and tracking call outcomes. Your success will be judged on the number of appointments you can book, not just expressed interests or callback requests. Let's chat if you have a ...

    £4 / hr (Avg Bid)
    £4 / hr Avg Bid
    24 bids

    ...the app surrounds the exchange and access of information. A key requirement is the incorporation of specific features such as: - User reviews: App users should be able to leave and view reviews. - Product search: To facilitate easy information access, the app should house a well-optimized product search feature. An ideal candidate should have extensive experience in both iOS and Android app development, with a focus on creating user-friendly interfaces and robust search functions. A familiarity with integrating user review systems would be beneficial. These combined skills will contribute dramatically towards creating an app that provides a seamless, intuitive user experience. This project presents an opportunity for the successful candidate to leverage an...

    £2025 (Avg Bid)
    £2025 Avg Bid
    114 bids

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

    £3832 (Avg Bid)
    £3832 Avg Bid
    14 bids

    I am looking for a virtual agent to provide customer service for my exchange. Key Aspects: 1. Location - Preference is for agents located in France or Mauritius. 2. Language Proficiency - The agent needs to be fluent in English. 3. Skills - Experience in handling customer service calls is essential. The ideal candidate will possess excellent communication skills, an understanding of the exchange market, and be committed to providing exceptional customer service.

    £2 / hr (Avg Bid)
    £2 / hr Avg Bid
    31 bids

    I am looking for a skilled web developer to build a professional and corporate e-commerce website. The primary requireme...for a skilled web developer to build a professional and corporate e-commerce website. The primary requirements include: - Implementation of e-commerce capabilities to allow for online transactions. - Integration of a user registration and login system to provide a personalized experience for users. - The website should be designed with a professional and corporate aesthetic in mind. While the site doesn't need to be fully optimized for mobile devices, it should work well on desktops. Ideal skills for this job include proficiency in e-commerce web development, experience in user registration systems, and a strong portfolio of professional and corp...

    £134 (Avg Bid)
    £134 Avg Bid
    43 bids

    I am part of an online travel marketing company that specializes in live aboard yacht scuba diving tours on the Red Sea in Egypt. We are in search of a freelance marketer or travel agent to help us increase sales for our tours. We offer a generous commission of 15% per sale and our tours are priced between 1000-1500USD. Here are some key details about this project: Target Audience: - Our tours are designed for advanced and experienced divers who are looking for a unique and thrilling experience. Marketing Strategies: - We are currently utilizing social media advertising, email marketing campaigns, and search engine optimization. We're looking for a professional who can enhance our current strategies or offer new, innovative ideas. Tour Features: - Our scuba diving tours off...

    £146 (Avg Bid)
    £146 Avg Bid
    7 bids

    I am seeking an ex...computer generated bill some people can change the amount, name, address sections and submit. This model should able to detect all those tampered PDFs with minimum false positives. Do metadata analysis QR code reading in the receipt and validation Key Responsibilities: - Develop a fraud detection algorithm using Python. - Test and tune the model for maximum accuracy. Ideal Experience and Skills: - Proficient in Python programming. - Proven experience in creating algorithms, preferably in fraud detection. - Ability to demonstrate relevant past work. Applications without showcasing relevant past work will not be considered. I encourage you to include detailed descriptions of previous projects, highlighting how your expertise in Python would add value...

    £245 (Avg Bid)
    £245 Avg Bid
    13 bids

    My website primarily offers trading services. I aim to improve user engagement and retention by implementing a more comprehensive positive feedback system. PLEASE NOTE: This is not related to Google reviews or SEO. There are several websites where my site's rating is low, and I want to improve these ratings. We require your services to post positive reviews on specific websites to enhance the overall positivity of my website's reviews. Key features and requirements: - The project focuses on developing a user feedback system tailored for service trading. Users should be able to review and rate the services provided.

    £117 (Avg Bid)
    £117 Avg Bid
    9 bids

    I'm searching for an experienced PR agent that can focus on the Asian market, particularly in China, Japan, Taiwan, Singapore, and Kuala Lumpur. The main goal of this project is to promote our car rental services for travelers to Europe. Key Responsibilities: - Developing and executing a PR strategy to increase brand awareness and promote - Building relationships with key media outlets in the specified countries - Managing different media channels for different audiences Ideal candidates should have: - Proven experience in PR in the Asia region - A strong network with media and influencers - Experience in promoting services, ideally in the car rental industry Your work will be instrumental in establishing our presence in the Asian market for people who are aiming travel t...

    £12 / hr (Avg Bid)
    £12 / hr Avg Bid
    13 bids

    ...context of developing algorithms for music programs. Key project details and requirements: - The primary goal of this project is to create an algorithm that can be integrated into a music program. - The algorithm should be able to perform beat detection and analysis, separate the voice from the music, and automatically generate lyrics as the song is played. Ideal candidate should have: - Proven experience in machine learning and AI development, with a specific focus on music-related projects. - Proficiency in developing algorithms for beat detection and analysis. - Skills in voice separation from music in real-time. - Capabilities in natural language processing for lyric generation. This is a challenging and exciting project for a skilled AI developer with a passion for...

    £1093 (Avg Bid)
    £1093 Avg Bid
    39 bids

    ...successful project. - Compliance with all health and safety, quality assurance and all other company policies and procedures. - Commissioning PLC controls, carrying out I/O checks, motion checks and support troubleshooting. - Reporting progress and accomplishments each day. The system should have: - Data Logging: Ability to record and store data for further analysis and monitoring. - Fault Detection and Diagnosis: Ability to identify issues and provide possible causes for faults. - Motor Control: Efficient control over the motor for optimal operation. Desired Input and Output Parameters: - Pressure: The system should be able to monitor and potentially adjust pressure as needed. - Temperature: Capability to sense and react to temperature changes in the system. - Force: Ability ...

    £56 / hr (Avg Bid)
    £56 / hr Avg Bid
    8 bids

    ...custom web-based ticketing system, prioritizing ticket submission, tracking, and superior user management. Key Features: - Ticket submission and tracking: The system should enable simple ticket submission and comprehensive tracking. Users should be able to monitor their tickets' progress with ease. Ticket Priorities: - The system must classify tickets with a three-tiered system: Critical, Major, and Minor. Each category should have its distinct features and priority level. User Roles: - The ticketing system should incorporate three crucial user roles: Admin, Agent, and User. - Admin: Full control over the entire system. - Agent: Responsible for handling and resolving tickets. - User: Able to submit tickets and monit...

    £496 (Avg Bid)
    £496 Avg Bid
    87 bids

    I'm in need of an experienced freelancer to review my written articles for plagiarism. Key Requirements: - Identify and highlight plagiarized sections: The final report should...an experienced freelancer to review my written articles for plagiarism. Key Requirements: - Identify and highlight plagiarized sections: The final report should clearly point out any copied content within the articles. - Ensure below 5% similarity index: The aim is to eliminate any content that falls above 5% similarity index. Ideal Skills and Experience: - Proven experience in plagiarism detection and review, particularly with written content. - Excellent attention to detail and accuracy in identifying copied sections. - Prior experience achieving and maintaining a below 5% similarity index in si...

    £56 (Avg Bid)
    £56 Avg Bid
    59 bids

    I am looking to interview professionals in Germany with a non-EU migration background regarding why they switch from regular employment into the freelancer sphere. My goal is to gain a better understanding of their experiences with online platforms. The findings of this study will be used to improve user experiences. More information on the project can be found here: - Interview & Research Scope: The questions will be focused primarily on the personal experiences of professionals making the transition to freelancing and their interaction with online platforms. - Desirable Skills: Excellent communication skills and previous experience of regular employment in Germany. - Time Frame: Must be available as soon as possible to take part in the interview

    £116 (Avg Bid)
    £116 Avg Bid
    23 bids

    I am seeking a skilled professional who can take an existing caffe model and convert it into an efficient object detection TensorFlow model with the following requirements: - Implement the model in Python: As my preferred programming language is Python, the model should be implemented in this language. - Surveillance Application: The primary application of the model is surveillance. This means that the model should be designed to be used in a surveillance context. - Real-Time Processing: The model must process in real-time. This means that it should be able to detect objects with minimal delay, crucial for surveillance applications. Other requirements include: - mAP, F1 Score & FPS Analysis: Provide a comprehensive evaluation of the model's performance through mAP, F1 sco...

    £369 (Avg Bid)
    £369 Avg Bid
    31 bids

    at the lowest level of advancement, let's hope only 80% of the requirements are included in the application ;) Subject: Application for booking parking spaces. Design (in Android Studio) an adequate user interface (visual layer, navigation, i.e. transitions between screens, animations) The application should contain (at least): - Welcome Screen - Login Screen - Two-factor authentication screen - Error messages - Notifications (displayed in the top bar) - Browsing screen (discs, files or similar), also known as the gallery (the gallery can be freely adapted to the theme of the application) - Adding a new item to the gallery screen (non-functional) - Focus Screen (e.g. presenting a new application feature) - Personalization/change settings screen - Characteristic Screen (e.g. i...

    £272 (Avg Bid)
    £272 Avg Bid
    37 bids

    ...model created in Python, specifically for object detection. The model should be constructed from Caffe layers, with a focus on achieving optimal F1 Score, mAP, and FPS. The deliverables of this project should include: - A well-optimized TensorFlow model for object detection, with a clear focus on performance metrics like F1 Score, mAP, and FPS - Detailed technical explanation of the model, alongside relevant code snippets - An in-depth architecture explanation that highlights the transition from Caffe layers to TensorFlow, as well as the reasoning behind each design decision Ideal Candidate: - Proficient in Python and has worked extensively with TensorFlow and Caffe - Prior experience in creating and optimizing models for object detection - Capable of explaining c...

    £357 (Avg Bid)
    £357 Avg Bid
    29 bids

    I'm looking for a skilled developer who can assist in creating a TensorFlow model based on the provided Caffe model files. -...skilled developer who can assist in creating a TensorFlow model based on the provided Caffe model files. - The Caffe model is available in both .caffemodel and .prototxt formats. - The primary goal is to create an object detection model using TensorFlow. - The details about the desired input size for the images in the TensorFlow model should be deduced from the Caffe model provided. - Also provide F1 Score, mAP, FPS and architecture in-depth explaination of the model. Ideal candidate should have: - Proficiency in both Caffe and TensorFlow. - Proven experience in object detection models. - Ability to work with different image input sizes. Data...

    £131 (Avg Bid)
    £131 Avg Bid
    10 bids

    Join our dynamic team as a Real Estate Agent where communication skills meet unwavering motivation and a drive for success! We're seeking experienced individuals with a knack for leadership, a commitment to ethical standards, and a passion for problem-solving. If you're culturally aligned, possess stellar marketing and sales prowess, and thrive in fast-paced environments, this is your opportunity to shine! Embrace the challenge, make your mark, and redefine excellence in real estate! - Uploading photos and descriptions of properties - Sorting listings by location and price - Providing regular updates on availability - Scheduling site visits for potential customers - Providing customer support to potential buyers For the lead generation aspect, you'll be targeting fi...

    £16 (Avg Bid)
    £16 Avg Bid
    10 bids

    I need a seasoned LabVIEW developer who is skilled in handling data acquisition and processing as well as GUI design and user-interface development. Key tasks include: - Working on the interface that controls our vision camera. - Implementing features for image processing and analysis. - Developing functionality for object detection and tracking. Extensive experience with instrument control automation, particularly with vision cameras, is highly advised for this role. I'm expecting a meticulous eye for detail, excellent problem-solving abilities, and a deep understanding of LabVIEW. If you have handled similar projects in the past, that would put you at a strategic advantage.

    £11 (Avg Bid)
    £11 Avg Bid
    4 bids

    I'm looking for someone who can help me implement Unet/Densenet models for the automated detection of fibroids. The project will involve image processing of a dataset in the JPEG format. Ideal Experience and Skills: - Extensive experience with Unet or Densenet models - Proficiency in image processing - Ability to work with JPEG format images - Comfortable working with images of medium size (500x500 to 1000x1000 pixels) Your main task will be to develop and implement algorithms capable of accurately identifying fibroids in a dataset. It's important that the models employed are refined to be as precise as possible. Your mission is to take this project from conception to completion, so attention to detail and a commitment to thoroughness are crucial.

    £23 (Avg Bid)
    £23 Avg Bid
    4 bids

    ...Generation Project for customer use - looking to integrate this program (gui) into my website so you could possibly use python, html and CSS to create the project - should be easily accessible and usable on pc, phone, tablet - requires the user to make an account with the website before using (upon accepting this request, I will give you all the specific details and possibly increase in commission if we can cooperate well. The below details are a brief outline of what the program should do) basic functions: (the main function is to show what time the user has to work on their goals, and generate a schedule for them to use, factoring in all their tasks in their daily lives) - asks for users input on 'how disciplined are you, what are your goals, tasks needed to com...

    £76 (Avg Bid)
    £76 Avg Bid
    34 bids

    I'm in need of a professional and experienced web developer to create a user-friendly web form. This form will allow users to upload multiple files, provide personal details, and make payments using Paypal, bank transfer, or credit card. I want this form to be simple, reliable, and secure. Key Requirements: - File Upload: The form should allow users to upload multiple files. There should be a clear indication of the allowed file types and a size limit. The uploaded files should be go to a Google Drive where a file handling automation script can be used. - Personal Details: The form should have fields for essential personal details. Although the specifics were not provided earlier, it's safe to assume this would include common fields like name, email, phone number, etc. - ...

    £19 (Avg Bid)
    £19 Avg Bid
    35 bids

    Project Title: Agent to sale our eCommerce Platform Target Market: Medium-sized businesses Main Feature: User-friendly interface, Advanced Security Feature Support for Sales Agents: Minimal training, mostly independent work, Salary is based on the percentage of sales pitch to per deal. Requirements: - Proven experience in sales and marketing - Strong understanding of the eCommerce industry and trends - Excellent communication and interpersonal skills - Ability to work independently and meet sales targets - Self-motivated and driven to succeed Responsibilities: - Promote and sell our eCommerce platform to medium-sized businesses - Showcase the user-friendly interface and highlight its benefits - Generate leads and follow up on sales opportunities - Meet or exceed s...

    £69 (Avg Bid)
    £69 Avg Bid
    9 bids

    ...use case documentation for user interactions. This project will require the creation of detailed and insightful user interaction scenarios that will help enhance the user experience of our technology product. The ideal candidate should: - Have robust experience in the technology field, preferably with a focus on user interaction scenarios - Have a keen understanding of use case documentation - Be able to provide comprehensive, detailed scenarios demonstrating user interaction with our product The ability to convert complex interaction concepts into easy-to-understand use case documentation is crucial. Deep knowledge in user-centered design and experience in customer journey mapping will be an added advantage. Your portfolio showcasing previo...

    £31 / hr (Avg Bid)
    £31 / hr Avg Bid
    9 bids

    ...Vulnerability Scan**: The task at hand is to thoroughly investigate and identify any potential vulnerabilities in the mobile application. This requires expertise in mobile application security and penetration testing. - **Continuous Real-time Monitoring**: Following the vulnerability scan, the security expert will be responsible for setting up a real-time monitoring system. This will help in the prompt detection and mitigation of any future security threats or breaches. The ideal candidate should have: - Proven experience in cyber security, with a specific focus on mobile application security. - Extensive experience in conducting basic vulnerability scans and penetration testing. - Proficiency in setting up and configuring continuous real-time monitoring systems. - Strong ana...

    £906 (Avg Bid)
    NDA
    £906 Avg Bid
    15 bids

    ...for a stadium. The main components of the system are: - Virtual Stadium Experience: Designing an immersive virtual experience that can be accessed remotely by fans. - Event Ticketing Platform: Developing a secure and user-friendly ticketing system for our stadium events. - Sports Analytics Tool: Implementing a system that can provide real-time analytics during events. - Helios 2 Lider Camera Integration: Implementing this high-tech camera for surveillance and security purposes. This camera has been primarily used for detection and measurement of people and animals. - Detection and Measurement: Creating a system that can effectively detect and measure people and animals, based on the camera's findings. Ideal skills and experience for this project include: -...

    £133 (Avg Bid)
    £133 Avg Bid
    8 bids