Java program to add two numbers jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 java program to add two numbers jobs found, pricing in USD

    I'm in need of a Machine Learning professional who is well-versed in applying SHAP (SHapley Additive exPlanations). Primary Responsibilities: - As the heart of this proj...(SHapley Additive exPlanations). Primary Responsibilities: - As the heart of this project involves building Machine Learning models, your role would be crucial in shaping the final product. - I am particularly interested in leveraging the Random Forest Algorithm that would be applied to structured data, encompassing numbers and categories. Essential Skills: - Proficiency in the ML Algorithm - Sound understanding of structured data - Proven experience with SHAP Your expertise will indeed be paramount to this project. As we plunge deeper into the data, your insights and guidance will undeni...

    $30 (Avg Bid)
    $30 Avg Bid
    1 bids

    I'm looking for an Indian Python developer to create a script that can retrieve specific data from Telegram. Key Points: - The script should be able to fetch phone numbers and migration of users from Telegram. The ideal candidate should: - Have a strong background in Python development - Be familiar with working with API's - Have experience in web scraping - Have a good understanding of data privacy and security - Be able to deliver the project on a monthly basis. Looking forward to hearing from Python developers with relevant experience.

    $108 (Avg Bid)
    $108 Avg Bid
    14 bids

    I need a PDF expert to complete some text editing tasks for me. The project involves adding and removing text from a PDF document. I will provide the text to be added, and the specific text to be removed. Ideal Skills and Experience: - Proficient in PDF editing software - Attention to detail to ensure correct text is added and removed - Ability to follow specific instructions - Strong communication skills for clarifying any doubts - Previous experience with similar tasks is a plus

    $71 (Avg Bid)
    $71 Avg Bid
    38 bids

    We are seeking a skilled developer or development team to create a comprehensive web crawler system. This system should scrape, structure, and update information from web pages, handle large projects, and be accessible via a powerful API. The system should offer user-friendly features for both individuals and businesses and include flexible user management for both customers and employees. Project Requirements 1. Web Crawling and Data Extraction -Develop a system capable of scraping entire websites and extracting data from each page. -The system should divide the scraped information into sections to facilitate easy reading and understanding. -For e-commerce sites, the system should identify and structure the following information: --Product category (including breadcrumbs fo...

    $2363 (Avg Bid)
    $2363 Avg Bid
    45 bids

    ...need a professional to consolidate and transfer formatting and illustrations from two versions of a booklet on Microsoft Publisher 2019 to a Word file with the correct content. Your task will involve: - Ensuring the booklet's formatting is consistent and professional. - The formatting and placement of illustrations and other visual elements are according to instructed guidelines. - Utilizing advanced formatting tools in Word to create headers, footers, page numbers, and styles. - Maintaining and enhancing the booklet's overall aesthetic and educational value. The ideal candidate for this job should have: - Proficiency in Microsoft Publisher 2019 and Word. - Experience in handling booklet materials. - A keen eye for detail and design...

    $86 (Avg Bid)
    $86 Avg Bid
    21 bids

    ...expert to help me build a targeted lead list for prospecting. The ideal candidate will have experience in: • Identifying relevant data sources for lead generation based on an Ideal Customer Profile (ICP). • Sourcing high-quality contact information (emails, phone numbers) for 100-200 potential customers. • Data cleansing and validation to ensure accuracy. • Uploading the cleaned data into HubSpot CRM. Project Goals The goal of this project is to establish a foundation for targeted email marketing campaigns. This will be achieved by: • Creating a targeted lead list based on my ICP. • Uploading the lead list into HubSpot for easy campaign management. Your Responsibilities • Collaborate with me to define my Ideal Custome...

    $127 (Avg Bid)
    $127 Avg Bid
    14 bids

    ...looking for a professional who can help me to run a software I downloaded from GitHub on my Windows system. Here's the main outline of what I require: - Understanding the program: I need someone who can navigate through the program and understand its functionalities. - Custom configurations: I'm looking for someone who can make custom configurations to the program. This would likely involve adjusting settings, modifying code, or integrating additional features. - Troubleshooting: If the program does not run as expected, I would need the freelancer to troubleshoot the issue and provide a solution. The ideal candidate should have: - Proficiency in the programming language of the software - Experience with running software ...

    $25 (Avg Bid)
    $25 Avg Bid
    7 bids

    Project Description: We are seeking a skilled Java developer to contribute to the development of an e-commerce platform (basic) with the following key features: User Management: Implementation of user accounts with basic profile information (name, email, password). Product Management: Creation of a product listing functionality with basic product details (name, description, price, category, etc.). Inclusion of at least 100 sample products for demonstration. recommendation system: Generate recommendations based on simple rules and user behavior. For example, you can recommend products that are popular among other users, products in the same category as the ones the user has viewed, or products with similar price ranges. Store and update user view history in the databas...

    $14 (Avg Bid)
    $14 Avg Bid
    8 bids
    05-18-2024 Data Miner Expert 6 days left
    VERIFIED

    I am seeking a skilled data miner to initially extract at least 1,000 company names, telephone numbers, and emails of translation agencies in the United States. We will provide the names of the cities, and the data miner will be responsible for searching local translation agencies on Google that meet these requirements. The database is to be created on a Google Spreadsheet. Based on this information, please tell us how many entries you can complete per hour and your best rate per hour.

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    14 bids

    As an entrepreneur, I need help with the management of my busy schedule and coordinating networking events. This would entail keeping track of my appointments, managing schedules, and helping to plan networking opportunities. I also need assistance in creating PowerPoint presentations that align with my brand's guidelines. Experience in photon editing, event planning, and adept with numbers as desired. Some responsibilities would include: - Managing appointments and schedules - PowerPoint presentations design and production - Assisting with event planning - Organizing networking events - Coordinating gifts Some more responsibility will be added when we meet, also there is a good flexibility with working times. Ideal applicants will have previous experience working ...

    $250 - $750
    Sealed NDA
    $250 - $750
    7 bids
    PDF to Excel Data Entry 6 days left
    VERIFIED

    ...PDF file with over 50 pages of data in mixed formats - text, numbers, and tables. The task is to accurately transfer this data into an Excel spreadsheet in a tabular format. Key requirements: - Data entry from a PDF file into an Excel spreadsheet - The data is of moderate complexity, so a good understanding of Excel is needed - The output should be a well-organized and clean Excel spreadsheet Ideal skills for this job: - Proficiency in data entry and working with large data sets - Advanced Excel skills, including the ability to work with mixed data formats - Attention to detail and accuracy to ensure the data is correctly captured - Experience with PDF to Excel data conversions would be a plus Please note that while the task is to tra...

    $23 (Avg Bid)
    $23 Avg Bid
    137 bids

    Task 1: Write dynamic programming and recursive programs for a given problem obtained from 4 practical task selection test. • Implement a recursive program to solve the given problem. • Analyze time complexity of the recursive program (brute force) and dynamic programming approach using Big O and Omega notations. • Implement a dynamic programming approach by defining a table to store previously calculated values and using them to compute the next value in the sequence. Write recursive solution. • Test both programs for different input sizes and compare their performance. Task 2: Parallelize the algorithms for the second and third recursive equations obtained from the 1 practical selection test, and also parallelize second and third...

    $57 (Avg Bid)
    $57 Avg Bid
    7 bids

    I need an expert in Android Java to develop a 3D Sudoku solver app with the following specifications: - **Difficulty Level**: The app should be able to handle hard level 3D Sudoku puzzles. Please keep this in mind when devising the solving algorithm. - **Features**: The app will solely focus on solving pre-defined puzzles. I do not require a puzzle builder component. - **User Interaction**: Users will input the Sudoku puzzles by typing the numbers. This means the app should have a user-friendly interface that allows for easy input of the puzzle to be solved. The ideal freelancer for this project should have: - Proficiency in Android development using Java - Experience with developing puzzle-solving algorithms - Strong understanding of user interf...

    $10 (Avg Bid)
    $10 Avg Bid
    3 bids

    I'm in need of a skilled Delphi developer who can quickly generate a program that can dive into the registry of a Windows machine and extract the names of all programs listed in the "Add/Remove Programs" section. Key Requirements: - The code should be written in Delphi. - It should effectively scan the registry. - Extracted program names should be displayed in a listbox. This is a simple task, but it's important that the code is efficient and free from bugs.

    $120 (Avg Bid)
    $120 Avg Bid
    19 bids

    I have a YOLO v5 detection Python script, and I'm looking to turn it into an API-based web program with FastAPI. The API must support user inputs for 4 Twilio contact numbers and 4 RTSP addresses, and it should display the four video streams in a grid on a single page. Key requirements: - Convert the existing YOLO v5 detection Python script into a FastAPI-based web program. - Implement user input functionality for 4 Twilio contact numbers and 4 RTSP addresses. - Display the video streams in a grid layout on a single webpage. Ideal skills and experience: - Proficiency in Python and experience with YOLO v5 detection. - Strong knowledge of FastAPI for building web APIs. - Previous experience integrating Twilio for messaging. - Familiarity with display...

    $35 (Avg Bid)
    $35 Avg Bid
    15 bids

    ...in need of an expert software developer to assist with maintaining and updating existing software initially on a hourly basis but i would consider full time as we build relations. This position requires someone proficient in Java, C#, HTML, CSS, and PHP (codeignitor). Key Responsibilities: - Maintaining and updating the existing software as required - Debugging and troubleshooting issues - Collaborating with other team members Ideal Skills: - Strong proficiency in Java, C#, and PHP - Previous experience in software maintenance and updating - Excellent problem-solving skills - Ability to work full-time and communicate effectively - Experience working in a team environment I'm looking for an individual who is reliable, skilled and able to comm...

    $26 / hr (Avg Bid)
    $26 / hr Avg Bid
    66 bids

    I have a database containing over 600 serial numbers. Email serial number has an associated email address. Instead of listing the same email address multiple times, I would like a script to place all serial numbers by one email address. This will enable me to email the customer once with ALL of their serial numbers in one email. Example: Hannah Walker appears in the database 5 times, the script should remove the four duplicates of Hannah Walker and put all 5 serial numbers by her name.

    $19 (Avg Bid)
    $19 Avg Bid
    10 bids

    I have a project that requires extensive knowledge in Scala Java, focused on analyzing post metrics from social media. Responsibilities include: - Coding in Scala Java to retrieve and analyze social media post metrics - Performing data analysis in order to draw actionable insights The suitable freelancer for this job is someone with previous experience in Scala Java and data analysis, preferably involving social media data. The task requires in-depth knowledge in data sorting and categorization methods and a good understanding of social media platforms.

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

    Hello, I'm seeking a skilled freelancer to develop a system for generating dummy flight tickets. These tickets should include the passenger's name and age, as well as flight details (origin, destination, date, time). The layout and design should be simple and minimalistic, exactly matching the attached PDF. No barcode or QR code is required on the ticket. Ideal freelancer would have prior experience in a similar project and a keen eye for clean design. The system should also feature real-time auto search functionality to display actual flights, numbers, and schedules. For a live example of what I need, please check . Note that this example only shows one-way flights. The ticket system should be a simple ticket generator. Please apply with your portfolio ...

    $472 (Avg Bid)
    $472 Avg Bid
    46 bids

    I'm looking for Shopify store owners to install and test two Shopify apps. This project entails the following: - Installing and testing two Shopify apps. - Providing comprehensive feedback on the apps based on usability, performance, features, and overall experience. - The chosen apps should heavily emphasize social media promotion features. The ideal freelancer for this project should: - Have a good understanding of Shopify and its app ecosystem. - Be experienced in using and evaluating marketing apps. - Be able to provide detailed and constructive feedback. - Have a keen eye for user experience and app performance.

    $20 (Avg Bid)
    $20 Avg Bid
    21 bids

    ...Android developer to assist with my project. My main focus is on app development, specifically in the context of an existing Java application. Key tasks and features include: - Developing a stable and efficient Android app based on the current Java application - Integrating Firebase as the main backend and database; making efficient use of its real-time database features - Creating robust user profiles functionality - Implementing live in-app chat - Introducing in-app purchases For this task, someone with experience in Java and Firebase is highly preferred. If you have done similar tasks before, please attach your portfolio when bidding. Your ability to produce quality UI design and to debug any issues promptly will make you an ideal candida...

    $12 (Avg Bid)
    $12 Avg Bid
    6 bids

    I'm looking for a skilled interior designer to bring my modern design concept to life through a high-quality rendering for linked bridge whose walls are approximately 400 meters long, approximately 8 meters wide and approximately 4 meters high. Its walls are glass and cladding, and it also has escalators. Key Requirements: - Visualize the Design: I need the freelancer to translate my design into a visually appealing and realistic 3D model. This will help me understand how the final space will look. - Client Presentation: The rendering should be of a quality that I can use it to present my design to clients. It should be professional, detailed, and showcase the key elements of the design concept. - Interior design rendering with pictures of the fl...

    $150 (Avg Bid)
    $150 Avg Bid
    39 bids

    ...efficient. I need the API to include the following features: I am seeking a skilled developer to create a API to act as a third party implementation to serve clients such a service oriented businesses as Massage Therapists for client booking via scheduling calendar of showing available appointments ( this calendar shall also be utilized by the client to create time blocks when required ) in addition require online credit card initial deposits at time of scheduling and final payments featuring Vaulting to retain credit card details for future or ongoing appointments. A feature automation to fwd notifications client of booked appointment / via text / emails Pls review the attached samples. - User authentication: This should ensure th...

    $467 (Avg Bid)
    $467 Avg Bid
    69 bids

    ...experienced Android App Developer to join our team for the development of a puzzle game for the Android platform. As an Android App Developer, you will be responsible for translating game concepts and designs into high-quality, efficient, and engaging mobile experiences. Your primary focus will be on the development of the Android application and its integration with backend services. Responsibilities: 1. Collaborate with game designers and artists to understand game mechanics, features, and visual designs. 2. Develop clean, efficient, and maintainable code for the Android platform using Java or Kotlin. 3. Implement game mechanics, user interfaces, animations, and audio effects according to specifications. 4. Optimize game performance for various Android dev...

    $908 (Avg Bid)
    $908 Avg Bid
    10 bids

    I have a draft book of 17 chapters. I need to have page numbers inserted for each chapter so that the numbering is continuous, eg chapter one ends on page 4, so chapter two starts with p5, etc. As an example, I attach the first two chapters.

    $22 (Avg Bid)
    $22 Avg Bid
    96 bids

    an experienced C++ or Python or Tenserflow or Java or AI (etc.) developer to create a software program for Windows. A skilled developer with expertise in creating a dynamically pixelating images (not simple machine or grid pixelation). The program should have the following functionalities: - dynamically pixelate any imported image into mathematical, non-mathematical or custom shapes in various styles with user adjustable settings and configurations - adding additional shapes into the created shapes in separate layers to create more complex outcomes - export of the pixelated images as 300dpi vectorized or rasterized files - intuitive interactivity with user friendly adjustments, selections and editing The ideal freelancer would have extensive experience...

    $494 (Avg Bid)
    $494 Avg Bid
    27 bids

    ...professional web developer to create a basic website for managing workplace shift schedules. It is enough that this project has the qualifications to do the job. I am leaving a few photos so that you can have general information about the project design. It is sufficient that at least the texts that will be seen in the UI be in Turkish. Key Features: - Employee login and registration - Comprehensive shift scheduling and management tools - Facility to view and edit shift details - User access restrictors based on roles The web platform should be designed with a professional and corporate aesthetic, ensuring it's not only functional but visually appealing to users. Ideal Skills and Qualifications: - Proficiency in web development, particularly with Spr...

    $161 (Avg Bid)
    $161 Avg Bid
    28 bids

    I need a solution that can automatically insert page numbers onto every A4 page in my document at the bottom. Key Requirements: - The system should work with A4 format. - It should be able to insert these page numbers automatically and consistently on every page. - The page numbers should be placed at the bottom of each page. Ideal Freelancer: - Experience working with PDF manipulation and automation. - Proficient in software that can perform automatic page numbering. - Attention to detail in maintaining consistency in design and positioning of the page numbers.

    $104 (Avg Bid)
    $104 Avg Bid
    21 bids
    MY Project 6 days left

    Project 1: You should write a program implementing the calculator's functionality. Interface appearance use graphic buttons (this may be the simplest graphic with a color change), the result of the operation can be presented in the form of binary, octal hexadecimal (additional buttons), enter the history button: opening a new window with information about the actions taken since the application was started, showing the actions in the following lines of the list. Project 2. Create a Music MP3 player mobile application in Flutter or in Android Studio that recommends its users the local area popular songs based on their GPS location. Submit the source code and the apk file as Task2.zip. Project 3. Create a Mobile Application for a Cafe Restaurant to receive orders from ...

    $309 (Avg Bid)
    $309 Avg Bid
    25 bids

    Project Description: We are seeking a skilled Java developer to contribute to the development of an e-commerce platform ( A BASIC DESIGN ) with the following key features: User Management: Implementation of user accounts with basic profile information (name, email, password). Product Management: Creation of a product listing functionality with basic product details (name, description, price, category, etc.). Inclusion of at least 100 sample products for demonstration. recommendation system: Generate recommendations based on simple rules and user behavior. For example, you can recommend products that are popular among other users, products in the same category as the ones the user has viewed, or products with similar price ranges. Store and update user view history in...

    $145 (Avg Bid)
    $145 Avg Bid
    9 bids

    I'm seeking a skilled individual who ca...Communication: The chosen candidate should have a sound understanding of MQTT (Message Queuing Telemetry Transport) and how to use it to integrate various IoT devices. - Data Collection & Analytics: Proficiency in handling data streams from these devices, ensuring seamless collection, storage, and basic analytics. - User Interface & Experience: Creating a clear, intuitive UI to monitor and interact with the IoT data is essential. Ideal Skills: - Proficient in Java, MySQL, and Tomcat - Experience with MQTT and IoT SCADA is a plus - Strong background in designing user-friendly interfaces - Able to deliver quality work within a tight timeframe Go through the PDF file attached to understand the f...

    $598 (Avg Bid)
    $598 Avg Bid
    17 bids

    ...Jellyfish. The app is primarily written in Java, therefore, expertise in this language is crucial. Key Tasks: - Migrate the app from Android Studio 2023 Jellyfish to the latest version of Android Studio - Ensure the functionalities such as user authentication, database synchronization, and push notifications work seamlessly after the migration - Test the app thoroughly to identify and rectify any potential issues that may arise during or after the migration Ideal Candidate: - Proficient in Java and experienced in Android app development - Previous experience in app migration - Strong understanding of user authentication and push notification systems - Familiarity with database synchronization is a plus - Proactive in problem-solving and able to work...

    $148 (Avg Bid)
    $148 Avg Bid
    54 bids

    1. Need a page made for inputting phone numbers in iOS Xcode storyboard with ViewController 2. Need a page made that pulls from an API via AlamoFire and also plays an audio file with each item from the database (array) - also need to add a description field under each item in the array.

    $158 (Avg Bid)
    $158 Avg Bid
    24 bids

    I'm in need of someone to help with building a Java code for my project. The main task will be developing a code for input validation. Key Requirements: - Experience in Java programming - Proficiency in coding for input validation - Ability to work efficiently and deliver results in a timely manner This project will require someone with a good understanding of Java programming and the ability to create effective input validation. If you have a track record of successfully delivering such functionalities, I'd like to hear from you.

    $19 (Avg Bid)
    $19 Avg Bid
    9 bids

    The objective is to develop an application to manage two devices via WiFi (may be increased in the future) I have two devices: Sauna and red light therapy panel. They all have a touch control panel and can be connected to your cell phone via Bluetooth and Wi-Fi. Many of the providers also offer you the mobile application already developed (as can be seen in the attached images). The idea is to make a similar application from which the two devices can be managed (set time, lighting, power, etc.). And the history of uses/settings is saved. It could also be evaluated to take the code of the two suppliers' applications and combine them into one, strongly separating them within it.

    $2191 (Avg Bid)
    $2191 Avg Bid
    55 bids

    I need a Java Swing developer for a small project. It's a small management system. There are some future projects as well. The developer must have experience working with text files using FileReader and delimiters. It's a quick job. Please write "legal" in your bid so I know you have read the project description.

    $23 (Avg Bid)
    $23 Avg Bid
    8 bids

    Hi there, I have a built Bubble App with Stripe already connected and set up. I need to add a "Cancel subscription" button to the settings page so users can easily cancel their subscriptions.

    $22 (Avg Bid)
    $22 Avg Bid
    1 bids

    i have a list of 11,000 car part numbers. need to find the image from each one, if you type the part number in google you'll find the image for that part.

    $147 (Avg Bid)
    $147 Avg Bid
    239 bids

    I have two photos where I need the same location, same spot to have the addition of both large and spiderweb cracks. These should be a combination of subtle and prominent cracks, to create a realistic effect. Ideal skills and experience for this job include: - Proficiency in photo editing and manipulation software such as Adobe Photoshop or GIMP - Previous experience with creating realistic effects, such as scratches or cracks - A good eye for detail to ensure the cracks blend well with the original photos - Ability to understand and meet the client's need for a combination of subtle and prominent effects - Understanding the client's need for the photos to be used as a joke on a friend, and being able to ensure the cracks are rea...

    $28 (Avg Bid)
    $28 Avg Bid
    43 bids

    I need a freelancer to replace the audio on one video, each approx 1.5 minutes in length. The replacement audio being provided will be in Mp4 format. Specific requirements are: Specific changes requested. - Familiarity with video editing software is essential - Should have experience working with Mp4 video and audio files - Demonstrable history of audio replacement or enhancement work in videos - Ideal candidates will be able to complete the task swiftly and flawlessly Note: The original purpose of the audio replacement (e.g., enhanced audio quality, new narration, removal of background noise) has not been specified. Therefore, the goal is merely to substitute the existing audio with the provided replacement.

    $26 (Avg Bid)
    $26 Avg Bid
    11 bids

    ...am looking for a Java expert who is proficient in the Spring framework for implementing a role-based security setup in my project. Key Requirements: - Strong background in Java programming - Proficiency with Spring Boot and Spring Security - Significant experience in role-based security implementation - Familiarity with securing endpoints in web applications Your task will mainly involve: - Incorporating role-based security in secure endpoints - Limiting user access and functionality based on their roles - Ensuring that the security configurations are robust and effective - Maintaining the performance and scalability of the system post-implementation Ideal candidates should have prior experience in similar projects and be able to demonstrate a solid understanding...

    $22 (Avg Bid)
    $22 Avg Bid
    19 bids

    ...email addresses, websites, and phone numbers from the links in the attached spreadsheet. It's crucial that the information you provide is accurate and up-to-date. The test of accuracy will be me sending emails and verifying the company. Any wrong details will need to be collected again unless it is beyond your control (e.g. company has closed down etc.) Automated collection will be erroneous as the data needs to be collected in the following way. 1.To use the company names or links from the attached spreadsheet. 2. To copy and paste the company name + UK in the Google search box. The company's operation must be based in the UK as similar names may exist in US as well. 3. Or to click company logo and collect its email addresse...

    $22 (Avg Bid)
    $22 Avg Bid
    137 bids

    As a lifestyle content creator, my main focus is to increase the number of subscribers on my YouTube channel. Key Requirements: - Goal: The primary aim is to develop a strategy to organically increase the channel’s subscriber count. - Skill: You are expected to have experience in growing YouTube channels, particularly in the lifestyle niche. - Strategy: A well-thought-out plan to boost subscriber numbers is crucial. Your Expertise: - Experience: Prior experience in driving subscriber growth is essential. - Knowledge: An understanding of lifestyle content and its audience would be a significant advantage. - Creativity: Innovative solutions to engage viewers and attract new subscribers are highly desired. Please come forward with ...

    $32 (Avg Bid)
    $32 Avg Bid
    25 bids

    I'm looking for a skilled software tester to help with the beta testing of my latest software program. Key Requirements: - The software program is designed for Windows operating system, so you need to be well-versed with this environment - The main focus of the testing should be on the performance and speed of the program Ideal Skills and Experience: - Previous experience in software testing, especially beta testing, is highly preferred - Strong understanding and experience working with Windows OS is a must - Ability to analyze and report on software performance and speed, providing actionable recommendations for improvement

    $20 (Avg Bid)
    $20 Avg Bid
    9 bids
    Software Program Beta Testing 5 days left
    VERIFIED

    I'm looking for a skilled software tester to help with the beta testing of my latest software program. Key Requirements: - The software program is designed for Windows operating system, so you need to be well-versed with this environment - The main focus of the testing should be on the performance and speed of the program Ideal Skills and Experience: - Previous experience in software testing, especially beta testing, is highly preferred - Strong understanding and experience working with Windows OS is a must - Ability to analyze and report on software performance and speed, providing actionable recommendations for improvement

    $22 (Avg Bid)
    $22 Avg Bid
    12 bids

    I'm looking for a proficient professional who can effectively scrape leads from LinkedIn, Facebook, and Instag...leads, Phone number leads, and Social media leads. * Collecting specific data - Name, Job title, Company, and Location, email and phone numbers Ideal freelancers for this project should have: * Extensive experience in data scraping, especially on the platforms mentioned above. * Proficiency in data mining techniques and possessing advanced analytical skills. * Understanding of ethical data scraping practices. * Strong attention to detail - ensuring all data is accurate and up-to-date. * Proven track record of delivering quality leads in a short timeframe. Get in touch if you're up for the task. I value clear communication and timely delivery. Lo...

    $115 (Avg Bid)
    $115 Avg Bid
    17 bids

    To integrate my Elmo alarm system with openHAB through bi-directional binding, I need a developer with openHAB and Elmo experience. The binding should be developed for E-connect, Elmo's cloud integration model. The features I'm after are: - Arm/Disarm functionality - Real-time status updates - Alarm event notifications - Sensing and sending sensor status to openHAB items. Anytime there's an event, status change, or a sensor goes on/off, I need the binding to provide immediate updates. Your skills in openHAB binding, Java, and IoT integrations will be essential for this project. The same project is just written in python for homeassistant

    $543 (Avg Bid)
    $543 Avg Bid
    30 bids

    I am currently using R, specifically the ppcor package, to conduct partial correlations on a sizable dataset. Unfortunately, the process is slow and fails to address all columns efficiently. I'm seeking assistance to: - Improve the computation speed - Enhance the handling of columns within my dataset The ideal freelancer for this task should be proficient in R programming, with specific experience in working with the ppcor package or similar tools for statistical analysis. A background in optimizing code for large datasets would be highly beneficial.

    $40 (Avg Bid)
    $40 Avg Bid
    9 bids

    I need to run TTS wine voices from Linux in docker. I found two tutorials that explain how. 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”

    $450 (Avg Bid)
    $450 Avg Bid
    19 bids
    Smart Tennis Program with AI 5 days left
    VERIFIED

    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

    $2476 (Avg Bid)
    $2476 Avg Bid
    84 bids