Python csv tab delimiter일자리

필터

내 최근 검색 기록
필터링 기준:
예산
최대
최대
최대
유형
보유 기술
언어
    프로젝트 진행 단계
    2,000 python csv tab delimiter 건의 일자리 확인, 급여 기준: USD

    Application code to implement Roomio as a web application in python. You will use the table definition posted at the end of this document.

    $88 (Avg Bid)
    파워형
    $88 (평균 입찰가)
    24 건의 입찰

    Scrape license data from the FL DBPR website and deliver into an excel spreadsheet. Two counties: Osceola and Polk. Two license types: Vacation Rental - Dwelling and Vacation Rental - Condo. In the attached spreadsheet the required fields to identify the license type and county are shown in screenshots and the second tab as an example. The extracted data is then to put into tabs for each county and license type. Multiple rental locations for a primary name should have multiple entries (rows) with the license details repeated and only the rental location being different each row. There maybe some dynamic features in the website that complicates data extraction. Website:

    $6 / hr (Avg Bid)
    $6 / hr (평균 입찰가)
    32 건의 입찰

    I'm looking for an expert in Django to develop an Enterprise Resource Planning (ERP) system that consists of three main modules: Acutally there are some as follow but everything is in dotnet and I have to convert it into django. 1. Inventory Management 2. Sales Management 3. Human Resources Management Ideal skills for the job include experience in Django, Python, and ERP system development. The system should support 10-50 user accounts. In addition, specific reports need to be generated for each module that includes: - Sales forecast report - Inventory status report - Employee performance report A solid understanding of business operations, particularly Inventory, Sales, and HR management is highly desirable. The successful freelancer will have a keen attention t...

    $12 / hr (Avg Bid)
    $12 / hr (평균 입찰가)
    35 건의 입찰

    I need a Python code that can detect and count objects on the ground. Key requirements include: - Detecting and counting objects on the ground, concept similar to crowd counting. - Providing a reliable count in, as well as evaluation. Deep learning based counting would be helpful. Ideal freelancer for this project should have: - Proficiency in Python - Experience with object detection algorithms - Knowledge of crowd-based counting systems

    $40 (Avg Bid)
    $40 (평균 입찰가)
    21 건의 입찰

    I need an experienced data scraper to extract specific financial information from the NASDAQ and HKEX stock markets. Your task will be to focus on: - Stock prices - Company financials - Last 5 Years ROE - Last 5 Years EPS - NAV - P/E Ratio - P/B Ratio -Net Cash Flow Other econo...Company financials - Last 5 Years ROE - Last 5 Years EPS - NAV - P/E Ratio - P/B Ratio -Net Cash Flow Other economic indicators(US & HK) -Interest rate -Unemployment rate -Inflation rate The ideal freelancer for this job should have experience in data scraping and familiarity with financial data. The requirements involve pulling data from the past five years. All data should be delivered in a CSV file format. The ability to achieve high-accuracy and precision in data extraction is critical ...

    $152 (Avg Bid)
    $152 (평균 입찰가)
    57 건의 입찰

    ...task is to build an online marketplace utilizing the Motta theme. Key features that are integral to this project include: - Product listing: This should be managed by a bulk upload method through my csv file. - User registration: Allow for a simple and secure sign-up procedure for our customers. - Payment gateway integration: Ideally, this should be a secure, trusted, and well-known service. All website hosting will be executed through Hostinger for this project. Additionally, I will be supplying all the content needed for the website, so no content creation services are needed. WordPress-centric

    $226 (Avg Bid)
    $226 (평균 입찰가)
    153 건의 입찰

    ...completed similar tasks. I require a specialist in web scraping to extract the body text from articles on Google News. The information will be earmarked for natural language processing, hence, accuracy of extraction and correct formatting into an excel file is of utmost importance. Key responsibilities and skills: - Experience in web scraping, specifically from news websites. - Knowledge of creating Python or PHP scraping scripts or using API. - Ability to deliver results fast, as the project needs to be completed ASAP. Please note that the sole requirement is to extract the body of the news articles with no need for the title, date or author. Let me know your approach and estimated timeframe for completion and budget. I give you (English only) - Google News search keywords...

    $516 (Avg Bid)
    $516 (평균 입찰가)
    100 건의 입찰

    I need a python supper expert who can do this simple apps for me. simple but complex. if you are supper expert then you can easily do it. i will give you in details in chat. thanks

    $136 (Avg Bid)
    $136 (평균 입찰가)
    42 건의 입찰

    I need someone to convert a specific function in Python, named GetServicesAreas, to Laravel. This function should be able to retrieve service areas based on countries, with a particular focus on the United States. Ideal Skills: - Laravel - Python - JSON - REST API Specific Responsibilities: - Extracting the function GetServicesAreas from existing Python code - Converting the extracted Python function to Laravel while ensuring complete functionality - The converted function should return service areas based on country parameter - Focusing specifically on the entire United States for function output - Conducting thorough testing to verify that the function operates correctly Experience: - A background in both Python and Laravel is essential - Experi...

    $33 (Avg Bid)
    $33 (평균 입찰가)
    14 건의 입찰

    I am in need of a skilled Python expert to transform a raw excel report into a final template version of excel. The project requires two main tasks: Formatting and re-arranging of columns along with calculation updates for one column. Key Points; - Need 3 open reports to pull the information and split the reports at the end. - Formatting Changes: The report needs specific columns to have pre-defined blank values for certain columns: Col B, E, J, R, W, AB, AE, AJ, AV, BG, BI, BJ, BQ, BU, BV, BW, BX, BY, BZ. - Calculation Updates: The calculation layer within the excel report needs to be updated and finalized. The ideal freelancer for this project should have a profound understanding of Python and extensive experience in manipulating and formatting excel reports. I am lookin...

    $112 (Avg Bid)
    $112 (평균 입찰가)
    64 건의 입찰

    Fixed bugs with iCloud website. Automation press button (2bugs only)

    $166 (Avg Bid)
    $166 (평균 입찰가)
    21 건의 입찰

    Hello and Thank you for being here Please see below code to read USERS from Keycloak using the api task: - Need to get REALM data for each user - Need to get GROUP data for each user We can do a 2nd Milestone if you like and we can talk about that together ----------------------------------------------------------------------------------------------- WORKING CODE TO READ USERS cat from keycloak import KeycloakAdmin admin = KeycloakAdmin( server_url="serverURL:port", username='admin', password='password', realm_name="master") print("current realm",admin.get_current_realm()) users = admin.get_users({}) if len(users) > 0: print("-------------------------------------") for user in users:...

    $12 / hr (Avg Bid)
    $12 / hr (평균 입찰가)
    9 건의 입찰

    Hello and Thank you for being here Please see below code to read USERS from Keycloak using the api task: - Need to get REALM data for each user - Need to get GROUP data for each user We can do a 2nd Milestone if you like and we can talk about that together ----------------------------------------------------------------------------------------------- WORKING CODE TO READ USERS cat from keycloak import KeycloakAdmin admin = KeycloakAdmin( server_url="serverURL:port", username='admin', password='password', realm_name="master") print("current realm",admin.get_current_realm()) users = admin.get_users({}) if len(users) > 0: print("-------------------------------------") for user in users: ...

    $12 / hr (Avg Bid)
    $12 / hr (평균 입찰가)
    11 건의 입찰

    Hey Mate, got a job for you. Please see attached sheet. Need to report on data sheet, data will be updated month to month. Not sure if this can be done with pivot table? but I'm not familiar with dealing with time calculations. Tab 1 Data table 1 + summary by driver: Average Total time (F) by driver (B). Tab 2 Data table 2 + summary by Sub function code: Average Total time by Sub Function (C). Need ability to exclude rows where F is blank or greater than 17 hours.

    $96 (Avg Bid)
    $96 (평균 입찰가)
    1 건의 입찰

    ...with legal and regulatory standards applicable to blockchain and trading technologies. Develop strong security protocols to protect users' data and transactions. Testing and Deployment: Perform comprehensive testing to confirm the bot's performance and reliability. Deploy the bot on a robust server environment, ensuring high availability and performance. Required Skills: Strong proficiency in Python or JavaScript, with substantial experience in blockchain application development. Previous experience with Telegram bots and API integrations. In-depth knowledge of the Solana blockchain's workings, including its transaction processes and fee structures. Familiarity with regulatory aspects of blockchain and trading technologies. Deliverables: A fully operational Tele...

    $901 (Avg Bid)
    $901 (평균 입찰가)
    45 건의 입찰

    This script must be developed in Python 3 or higher and must take a PNG image as input and return 4 letters. It is desired to achieve 95 percent accuracy or higher (out of a total of 200 test images), not use paid libraries, and be efficient (less than 3 seconds processing time per image). Hardware where it will be tested: Architecture: x86_64 CPU operation mode(s): 32-bit, 64-bit CPU(s): 8 Memory: 15877 The images can be extracted from the following site (captcha image):

    $152 (Avg Bid)
    $152 (평균 입찰가)
    56 건의 입찰
    PNG to Text v2 4 일 left

    This script must be developed in Python 3 or higher and must take a PNG image as input and return 4 letters. It is desired to achieve 95 percent accuracy or higher (out of a total of 200 test images), not use paid libraries, and be efficient (less than 3 seconds processing time per image). Hardware where it will be tested: Architecture: x86_64 CPU operation mode(s): 32-bit, 64-bit CPU(s): 8 Memory: 15877 The images can be extracted from the following site (captcha image):

    $148 (Avg Bid)
    $148 (평균 입찰가)
    29 건의 입찰

    ...employers. The goal is to design a site similar to but tailored to our specific needs, including custom graphics and a unique logo that represents our brand identity. KEY REQUIREMENTS Languages and Frameworks: - Frontend: Expertise in HTML5, CSS3, JavaScript, and experience with frameworks like React.js or AngularJS. - Backend: Proficiency in server-side languages such as PHP, Python, or Node.js, with database management using SQL or MongoDB. - CMS Experience: Capability to integrate and customize content management systems (CMS), preferably WordPress or Drupal. Design and Graphics: - Creation of a unique logo and custom graphics that reflect our brand and the services we offer. - Design a responsive and accessible website that adjusts smoothly to different screen sizes and

    $390 (Avg Bid)
    $390 (평균 입찰가)
    214 건의 입찰

    We have a task in WordPress that requires enabling users to: -Create posts, upload photos, and share videos. -Publish advertisements in categories such as 'For Sale', 'Wanted', 'Exchange', etc. -Add events to the events calendar. -Implement a partnership tab to showcase partner companies on a map, including their contact details such as address, phone number, website, etc. Everything is already uploaded to the website; however, it needs to be integrated to ensure functionality. This includes providing users with a personalized menu where they can easily add the aforementioned items. Additionally, we need to create the simplest possible Android and Mac app to allow users the same functionality."

    $154 (Avg Bid)
    $154 (평균 입찰가)
    98 건의 입찰

    ...seeking a skilled Python freelancer to assist me with a specific automation project. The task involves training video frames for bee detection. Key Tasks: - Train video frames for bee detection: I have a series of video frames that I need to analyze for bee presence. You'll be responsible for training the Python code to recognize bees within these frames efficiently. Goal: The primary objective of this automation task is to enable the Python script to accurately recognize bees within the video frames. The end goal is to achieve optimal object recognition. Ideal Candidate: - Proficient in Python programming - Experience in object recognition - Familiar with training video frames - Background in automation and data analysis If you have the necessary s...

    $22 (Avg Bid)
    $22 (평균 입찰가)
    6 건의 입찰

    I'm in search of a unique and captivating logo for my pet care company, Highlands Pet Nanny. A simplistic design please. I care for dogs, cats, rabbits, birds, everything. Please see my website for colors, font, and overall style. If your idea is better, I can ch...other way to organize or group them so that's my method. Please don't submit it as a big sign on a wall or above a storefront. I want to see what it'll look like printed on paper. We're dog walkers, we'll never have a store. The project deliverables should include: - A main logo for general use including use on business cards, invoices, etc. - A smaller, thumbnail version for use on a browser tab. I'm attaching examples to show what I'm referring to. I look forward to your ...

    $75 (Avg Bid)
    상금 보장형
    $75
    355 건의 응모작

    I'm in need of a Cloud-based HPC system for a statistical analysis project. Key Requirements: If you have access to a HPC i need that service for a python code. lets talk about price

    $16 (Avg Bid)
    $16 (평균 입찰가)
    6 건의 입찰

    I am currently seeking a skilled developer to create an efficient bot for my new Twitter account. This bot is expected to fulfill the following functions: - Auto-follow users - Auto-like tweets - Auto-retweet tweets Moreover, these tasks should ...This bot is expected to fulfill the following functions: - Auto-follow users - Auto-like tweets - Auto-retweet tweets Moreover, these tasks should be performed every hour. The bot should be designed with a specific focus on male audience content themes. In terms of skills, the ideal candidate should have: - Demonstrable experience in bot creation - Understanding of Twitter API - Proficiency in Python, JavaScript or other relevant languages - Proven track record of creating social media bots in the past. I am looking forward to your ...

    $196 (Avg Bid)
    $196 (평균 입찰가)
    44 건의 입찰

    I'm seeking an expert to merge and de-dupe around 700 account / contact records to enable us to obtain a clear deduped prospecting list to be uploaded into a CRM like HubSpot. The records will need to be deduped using a specific criteria to ensure that all unique information is kept for each account. The list is currently in Excel/CSV file format. Each contact record encapsulates around 10 key fields: Customer type and association, Store Name, Contact Name, Email, Phone, Mobile, Email, Address, Job Title and notes. Ideal Skills and Experience: - Proficiency in Excel and other spreadsheet tools - Experience with data cleansing and deduplication - Attention to detail and accuracy - Experience with handling sensitive data securely Tasks Involved: - Merging duplicate contacts (b...

    $66 (Avg Bid)
    NDA (비밀 유지 계약서)
    $66 (평균 입찰가)
    39 건의 입찰
    Create Google Sheets Form 4 일 left
    확인

    Create a form in google Sheets following the pre-determined options. The results of the answers must be recorded in a second tab

    $21 (Avg Bid)
    $21 (평균 입찰가)
    55 건의 입찰

    This script must be developed in Python 3 or higher and must take a PNG image as input and return 4 letters. It is desired to achieve 95 percent accuracy or higher (out of a total of 200 test images), not use paid libraries, and be efficient (less than 3 seconds processing time per image). Hardware where it will be tested: Architecture: x86_64 CPU operation mode(s): 32-bit, 64-bit CPU(s): 8 Memory: 15877 The images can be extracted from the following site (captcha image):

    $148 (Avg Bid)
    $148 (평균 입찰가)
    36 건의 입찰

    Функция обращается к AET, передает c-find запрос с StudyInstanceUID. Возвращает количество изображений в study. Собственно всё.

    $155 (Avg Bid)
    $155 (평균 입찰가)
    6 건의 입찰

    convert coordinates into url using webscraping python

    $53 (Avg Bid)
    $53 (평균 입찰가)
    1 건의 입찰

    I'm currently seeking an adept Python developer capable of crafting a bot designed to circumvent the Cloudflare protection of a specific website (details will be disclosed privately to the chosen freelancer). The bot should reliably bypass the protection consistently, as my attempts have yielded varied results, occasionally succeeding but often encountering 'Failure!' from Cloudflare. Efficiency in handling a large volume of attempts is crucial. If you possess the necessary skills and are up for the challenge, please get in touch. Ideal Candidate: - Proficient in Python, with experience in bot development - Familiar with CloudFlare's security measures and how to bypass them - Experienced in automated testing and website monitoring - Strong problem-solving...

    $17 (Avg Bid)
    $17 (평균 입찰가)
    5 건의 입찰

    I'm looking for a skilled developer to create Python-based modeling and simulation tools for UAV Swarms. Ideal candidates should have experience in Python and Machine Learning, as well as a solid understanding of industrial processes and systems. The tools should ideally offer real-time simulation capabilities, data visualization, and the ability to integrate with relevant software. A formal report of the project is required with the simulation and coding work. You may need to discuss these details with me once we get started on the project.

    $159 (Avg Bid)
    $159 (평균 입찰가)
    15 건의 입찰

    ...a skilled Python developer to create an Ant Colony Optimization (ACO) algorithm that can read numbers in a matrix to calculate the shortest distance and its respective cost. Key Features: - The algorithm should respect origin and destination points, which will be indicated by specific row and column numbers. - Ideally, the code should be able to parse a .xlsx file format. Desired Skills: - Proficiency in Python programming language - Experience with optimization algorithms, particularly the Ant Colony Optimization algorithm. - Familiarity with .xlsx file parsing. I already have a basic code and can provide it to you as reference material; however, I need someone to improve and expand on this code to meet the requirements. It is essential for the proposed solution to u...

    $22 / hr (Avg Bid)
    $22 / hr (평균 입찰가)
    44 건의 입찰

    ...talented developer with strong expertise in Python and options trading to create neutral trading strategies for me. The scope of this project includes: - Designing trading strategies primarily focusing on neutral approaches. It's critical that you're familiar with various trading strategies and especially skilled in applying neutral strategies. - The strategies should accurately consider option strike prices. An in-depth understanding of how option strike prices impact the trading outcome will be invaluable for the success of the project. - The complexity level required in this project involves developing multi-leg option positions. Therefore, experience and knowledge in creating such advanced strategy positions is a must. Advanced knowledge in Python, fina...

    $28 (Avg Bid)
    $28 (평균 입찰가)
    12 건의 입찰

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

    $22 (Avg Bid)
    $22 (평균 입찰가)
    3 건의 입찰

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

    $253 (Avg Bid)
    $253 (평균 입찰가)
    26 건의 입찰

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

    $25 (Avg Bid)
    $25 (평균 입찰가)
    7 건의 입찰

    FEATURES /FUNCTIONALITY Web responsive and no app should be required. Site should display correctly on all mobile devices. • Use PH7 Builder, free opensource dating-site software, but only if that makes the project less expensive to develop. I will not be using all available features, but you can see the capabilities and features here: • Implement my custom Algorithm to calculate matches based on selected filters • Require Chat messaging • Modify software to allow user to record audio and send as message or leave as bio • Profile pic can only come from user camera, not gallery or pasting • Require Match alert notifications • User should be able to exclude matches based

    $1162 (Avg Bid)
    $1162 (평균 입찰가)
    104 건의 입찰

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

    $21 / hr (Avg Bid)
    $21 / hr (평균 입찰가)
    28 건의 입찰

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

    $169 (Avg Bid)
    $169 (평균 입찰가)
    39 건의 입찰

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

    $8 / hr (Avg Bid)
    $8 / hr (평균 입찰가)
    20 건의 입찰

    Python refactor code, change logic for the investment strategy

    $40 (Avg Bid)
    $40 (평균 입찰가)
    1 건의 입찰

    ...involves replacing certain phrases within the existing text so it looks good when hovering over the text/picture of our existing provider. - Picture and Text Placement: I need a new provider's picture and text added to the 'Our Providers' section of the webpage. - Button Links: Additionally, the task includes changing a link so that it opens within the same window as the webpage, rather than a new tab. This will be required across several buttons on different parts of the website. Completion Deadline: This task needs to be completed as soon as possible. Ideal Freelancer: - Proficient in web development and website design. - Ability to work with and adjust existing text to maintain consistency and tone. - Experience in managing and adjusting button links. -...

    $25 (Avg Bid)
    $25 (평균 입찰가)
    41 건의 입찰

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

    $75 (Avg Bid)
    상금 보장형
    $75
    15 건의 응모작

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

    $36 (Avg Bid)
    $36 (평균 입찰가)
    3 건의 입찰

    I'm looking for a skilled WordPress developer to assist me in creating a custom, multipage form using Contact Form 7. This form will have a unique require...address - Stored in a specific page inside WordPress dashboard, already configured Furthermore, I require the setup of an export mechanism for this incomplete data, specifically in a CSV format. This CSV should: - Have separate columns for each field to ensure easy data processing - Include timestamps for each form submission for traceability and analysis. The ideal candidate should be proficient in WordPress development, especially with Contact Form 7 plugin integration. Experience in setting up and managing multipage logic for forms is a plus. Additionally, knowledge of data handling and export in CSV ...

    $170 (Avg Bid)
    긴급형
    $170 (평균 입찰가)
    83 건의 입찰

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

    $30 (Avg Bid)
    $30 (평균 입찰가)
    17 건의 입찰

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

    $2383 (Avg Bid)
    $2383 (평균 입찰가)
    70 건의 입찰

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

    $262 (Avg Bid)
    $262 (평균 입찰가)
    92 건의 입찰

    As a data enthusiastic business, we're seeking a talented freelancer who can design an effective Power BI Dashboard to integrate various data sources including Excel spreadsheets, CSV files, and SQL databases. The ideal freelancer would: - Have extensive experience with Power BI and DAX language integration. - Demonstrate an excellent grasp of designing dashboards that report on KPIs. - Be well-versed with creating DAX calculations in the Power BI environment. We require the dashboard to focus on specific metrics, therefore, a strong understanding of reporting on KPIs using DAX language is a must. Additional Skills: - Proficient in Microsoft Excel and SQL databases. - Understanding of data integration and reporting. - High attention to detail. We're excited to colla...

    $17 / hr (Avg Bid)
    $17 / hr (평균 입찰가)
    22 건의 입찰

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

    $162 (Avg Bid)
    $162 (평균 입찰가)
    44 건의 입찰

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

    $127 (Avg Bid)
    $127 (평균 입찰가)
    7 건의 입찰