FastAPI is a modern, open-source, high-performance web framework used to develop a range of different API applications. Developed with a combination of Python and Starlette, the framework is designed to help developers easily create and maintain powerful applications using the latest technologies. With FastAPI, developers can quickly build production-ready APIs that can handle response times as low as a few milliseconds or less. Moreover, FastAPI is especially useful for creating solutions that require complex data processing and includes features such as interactive documentation with fast response time, asynchronous request data validation and easy integration with databases.

A FastAPI Developer is therefore an expert in creating powerful, robust APIs that are capable of meeting the requirements of even the most demanding solutions. With the help of a FastAPI Developer, clients can create fast, reliable applications quickly and easily. The developer makes sure that all aspects related to data processing and validation are taken care of and enables applications to utilize the latest technologies.

Here's some projects that our expert FastAPI Developer made real:

  • Our developer helped clients create secure login systems through Google Authentication
  • We created databases for complex data processing solutions
  • Another client enhanced their existing systems with APIs for mobile apps
  • We changed how customers interacted with websites and digital services through fast response times
  • We helped businesses integrate digital products with custom made APIs using MongoDB and NextJS

Whether you're an individual looking for a personal project or a small team looking for an experienced FastAPI Developer to work on a larger project, Freelancer.com has you covered. With experienced developers from all over the world, you can easily find the perfect match for your project needs. So why wait? Post your project on Freelancer.com today and get one step closer to finding the perfect developer to make your vision come true!

Von 28,960 Bewertungen, bewerten Kunden unsere FastAPI Developers 4.9 von 5 Sternen.
FastAPI Developers anheuern

FastAPI is a modern, open-source, high-performance web framework used to develop a range of different API applications. Developed with a combination of Python and Starlette, the framework is designed to help developers easily create and maintain powerful applications using the latest technologies. With FastAPI, developers can quickly build production-ready APIs that can handle response times as low as a few milliseconds or less. Moreover, FastAPI is especially useful for creating solutions that require complex data processing and includes features such as interactive documentation with fast response time, asynchronous request data validation and easy integration with databases.

A FastAPI Developer is therefore an expert in creating powerful, robust APIs that are capable of meeting the requirements of even the most demanding solutions. With the help of a FastAPI Developer, clients can create fast, reliable applications quickly and easily. The developer makes sure that all aspects related to data processing and validation are taken care of and enables applications to utilize the latest technologies.

Here's some projects that our expert FastAPI Developer made real:

  • Our developer helped clients create secure login systems through Google Authentication
  • We created databases for complex data processing solutions
  • Another client enhanced their existing systems with APIs for mobile apps
  • We changed how customers interacted with websites and digital services through fast response times
  • We helped businesses integrate digital products with custom made APIs using MongoDB and NextJS

Whether you're an individual looking for a personal project or a small team looking for an experienced FastAPI Developer to work on a larger project, Freelancer.com has you covered. With experienced developers from all over the world, you can easily find the perfect match for your project needs. So why wait? Post your project on Freelancer.com today and get one step closer to finding the perfect developer to make your vision come true!

Von 28,960 Bewertungen, bewerten Kunden unsere FastAPI Developers 4.9 von 5 Sternen.
FastAPI Developers anheuern

Filter

Meine letzten Suchanfragen
Filtern nach:
Budget
bis
bis
bis
Typ
Fähigkeiten
Sprachen
    Jobstatus
    28 Jobs gefunden

    I’m building a new service and need a Python-based backend that exposes a clean, well-structured RESTful API. The priority right now is user authentication—registration, login, token refresh, and secure password handling—so the code should follow best practices (hashing, HTTPS-ready, rate limiting, etc.). Here’s what I expect: • A lightweight framework such as FastAPI, Flask, or Django REST Framework—feel free to pick whichever you’re most comfortable with, as long as it stays modular and easy to scale. • Well-named endpoints returning JSON, with meaningful HTTP status codes. • JWT or OAuth2 implementation for auth, plus logout / token blacklist logic. • Unit tests and simple Postman (or similar) collection so I can verify eac...

    €356 Average bid
    €356 Gebot i.D.
    110 Angebote

    We are building Version 1.0 of an Agricultural AI Backend (Microservices architecture) specifically for coffee tree cultivation in Vietnam. The system requires 3 core REST APIs. All API JSON outputs must be in Vietnamese. The 3 Required APIs: Pest & Disease Detection (Computer Vision): Uses YOLOv8/EfficientNet to analyze leaf photos and identify specific coffee diseases (rust, pink disease, stem cracking) with >90% accuracy. Chemical Compliance Assistant (Vision + RAG): Takes an image of a chemical bottle, uses OCR to extract text, and uses a RAG pipeline (Langchain + Gemini/OpenAI) to check against our provided allowed/banned database. Must trigger a system action payload to "lock cultivation" if banned. Yield Prediction (Machine Learning): Uses XGBoost to process rea...

    €453 Average bid
    €453 Gebot i.D.
    65 Angebote

    I need a production-ready solution that plugs into Tally, reads and writes data seamlessly, and removes as much manual bookkeeping effort as possible for a handful of our chartered-accounting clients. The platform must cover three flows: Expense Invoices • Capture PDFs or scanned bills with OCR, push the key fields into structured tables, let a reviewer tweak anything the model is unsure about, then post the clean voucher straight to Tally. The workflow should also fetch existing ledgers from Tally so duplicate supplier names or GSTINs are never created. Sales Invoices • Our clients already raise invoices in their own software; I want those documents pushed into Tally through an API route, not by file upload. A lightweight mapping screen is fine, but the transfer itself mus...

    €245 Average bid
    €245 Gebot i.D.
    13 Angebote

    suspicious activity detection using deep learning # Features Real-Time Detection: Monitors live camera feeds and detects suspicious activities instantly. Multi-Class Detection: Classifies activities such as harassment, fighting, vandalism, and abuse. Alert System: Sends real-time notifications to authorities upon detecting suspicious activities. Dataset-Based Training: Trained on UCF-Crime, AVENUE Video Dataset, and Violent-Flows for high accuracy. Technologies Used YOLOv8: For real-time object and people detection. CNN-LSTM: For recognizing and classifying human activities. Deep Learning Frameworks: TensorFlow, PyTorch. Backend: Flask/Django (replace with your backend framework). Frontend: Minimalistic web interface for real-time monitoring. Alert System: Email (integrated wit...

    €49 Average bid
    €49 Gebot i.D.
    6 Angebote

    I’m taking a full-stack web application from concept to production and the most pressing piece right now is the backend. I want the core logic, data layer, and secure user flow rock-solid before I refine the rest of the stack. Here’s what I need you to build: • Authentication system – token-based, secure password handling, social login ready if possible • Admin panel – role management, CRUD operations, clear metrics view • Dashboard – REST-driven endpoints feeding charts/tables that can be consumed by my React frontend I’m comfortable running both Django and Flask in the same ecosystem, so feel free to leverage Django’s batteries-included features where they shine and drop into lightweight Flask micro-services when speed or is...

    €5 / hr Average bid
    €5 / hr Gebot i.D.
    44 Angebote

    I’m looking for a Python-based service that, when given a vn template UUID, returns all key metadata for that video template in clean JSON. The response must include (at minimum) the template’s author, usage count, name, total duration, individual footages, cover-image URL, video preview URL, like count and any other native fields that come with the source data. Every endpoint has to be authenticated, so please wire in a simple token or JWT flow that I can later swap out for my production identity provider. The API will speak JSON exclusively for both requests and responses. I’m flexible on the exact Python framework—as long as the code is readable and well-documented—but FastAPI or Flask would keep things straightforward. Deliverables • Fully work...

    €14 Average bid
    €14 Gebot i.D.
    23 Angebote
    Python SaaS Bug-Fix & Optimisation
    5 Tage left
    Verifiziert

    We are looking for a part-time developer to improve and maintain an AI-based recruitment platform. The system is already built and fully functional, including CV analysis (Arabic & English), AI-based candidate insights, a virtual interview module, and PDF report generation. No new features are required at this stage. The main tasks are to fix existing bugs, improve system performance, enhance the accuracy of CV analysis (especially for Arabic CVs), clean and structure the output data, and refine the overall user experience. The developer should have strong experience in Python (Flask or FastAPI), API integration, and system optimisation. Experience with AI systems or CV parsing is preferred. This is a part-time role focused on stabilisation, accuracy improvement, and preparing the s...

    €137 Average bid
    €137 Gebot i.D.
    101 Angebote

    Multi-tenant RAG SaaS. Python/FastAPI, , Supabase/pgvector. Full client isolation via Row Level Security. Per-tenant config set in admin panel: - AI mode: Cloud (Claude API), Local (Ollama/Mistral on client infra), or Hybrid (operational docs via cloud, sensitive docs flagged by category to local). Mode switch takes effect immediately, no redeploy. - Connectors: toggle OneDrive, Gmail, Outlook, Slack, WhatsApp per tenant. Each stores its own OAuth credentials encrypted. - Branding: logo initials, accent colour, company name, subdomain. - User roles per tenant: admin, analyst, viewer. - Pipeline confidence threshold per tenant (default 0.80). Six-phase pipeline: ingest, acquire (OCR/Whisper/pdf-parse), classify, extract entities, summarise, embed (pgvector). Routing logic: if mode=hybrid,...

    €879 Average bid
    €879 Gebot i.D.
    277 Angebote

    OpenRouter AI接口中转代理平台 悬赏开发需求 一、项目概述 本次需求为开发一套基于OpenRouter的AI大模型API中转代理系统,实现兼容OpenAI API格式的接口转发服务,配套完整的后台管理、用户密钥管理、Token计费扣费、订单充值等功能,系统可直接商用、对外售卖AI接口流量,支持多用户使用、数据可视化管理,部署后可直接上线运营。 二、核心功能需求 (一)API中转核心功能 1. 接口兼容:完全兼容OpenAI官方API格式(/v1/chat/completions、/v1/models等主流接口),支持Chat、流式输出、多模型调用,用户无需修改代码,仅更换接口地址和密钥即可使用 2. 模型转发:对接OpenRouter平台所有模型,支持模型自动映射、路由转发,可后台自定义启用/禁用模型、设置模型费率 3. 高可用转发:支持请求超时重试、异常报错返回、请求限流、IP防刷、单密钥并发限制,保证接口稳定性 4. 请求日志:完整记录每一次API调用的用户、密钥、调用模型、输入输出Token数、扣费金额、请求时间、IP地址、调用状态 (二)密钥管理系统 1. 用户密钥生成:后台可手动/自动生成用户专属API密钥,支持密钥启用/禁用、设置密钥额度、设置密钥过期时间 2. 密钥绑定:单用户可绑定多个密钥,每个密钥独立计费、独立统计用量,支持密钥批量生成、批量导出 3. 密钥权限:可限制单个密钥可调用的模型、每日/每月最大Token量、最大并发数 4. 密钥监控:实时查看密钥调用状态、剩余额度、已用流量,异常密钥一键封禁 (三)计费扣费系统 1. 计费规则:按Token计费,支持分别设置输入Token单价、输出Token单价,不同模型设置不同费率,后台可灵活修改 2. 实时扣费:用户调用API成功后,实时扣除对应密钥余额,余额不足...

    €385 Average bid
    €385 Gebot i.D.
    5 Angebote

    Looking for an expert in Generative AI, LLMs, and Agentic AI to provide job support. The ideal freelancer should have strong hands-on experience in: Generative AI concepts and applications Large Language Models (LLMs) Building and deploying AI Agents (Agentic AI) Python development Integrations, automation, and real-world AI use cases Requirement: Provide online job support for a working professional 1 to 2 hours daily support Availability either early mornings or late evenings (IST) Help with tasks, debugging, guidance, and implementation Payment: Hourly basis (negotiable based on experience) If you have strong expertise in the above areas and can commit to consistent support, please reach out.

    €9 / hr Average bid
    €9 / hr Gebot i.D.
    28 Angebote

    I have large CSV lists of addresses and I need a straightforward tool that tells me which emails will actually reach an inbox. The key requirement is deliverability testing; I’m not interested in simply catching typos—I want to know whether each address can really receive mail. Domain-level validation must be part of the logic. The script should check that MX records exist and that the domain is capable of accepting messages. If you have a proven, low-latency way to add additional checks (such as a lightweight SMTP handshake that stops short of sending a message) I’m open to it, as long as it doesn’t violate host policies or slow the bulk run noticeably. Workflow I have in mind: I drop a file (CSV or TXT) containing thousands of emails into a folder, run the pro...

    €110 Average bid
    €110 Gebot i.D.
    146 Angebote
    AI Frame Detection Engine
    3 Tage left
    Verifiziert

    • Description Video frames will be fed into the engine, and the backend API will return certain information: 1. Types of sports What sport is it? Football/basketball/rugby/American football, etc 2. List of Logos Detected logos: UEFA, Real Madrid, Bayern Munich, Liverpool, Inter, etc 3. List of players Identify players from the shirt: 10 Kylian Mbappe, 11 Rodrygo, 12, 13 … 4. Home/away From the players’ wears: Real Madrid home/away, Liverpool home/away 5. Match info (team and score) on the top left corner of the screen (if there is any) Upon a worker's initiation and processing, your engine will store the identified information in memory and send it back to the front end. The worker can be re-initiated/reused. For training purposes, there will be the following ...

    €299 Average bid
    €299 Gebot i.D.
    139 Angebote

    Sviluppatore Python per Web Scraping + AI (OpenAI/Claude) + Supabase Cerco uno sviluppatore esperto per la realizzazione di un sistema di raccolta ed elaborazione dati da diverse fonti web. Il progetto prevede: - Web scraping avanzato utilizzando Python (preferibilmente con esperienza in **Firecrawl** o strumenti simili) - Utilizzo di modelli di intelligenza artificiale (OpenAI o Anthropic Claude) per: -- estrazione strutturata di informazioni -- pulizia e normalizzazione dei dati - Salvataggio e gestione dei dati su database Supabase Requisiti fondamentali: - Ottima esperienza con Python per scraping (BeautifulSoup, Playwright, Selenium o equivalenti) - Esperienza con Firecrawl (o forte capacità di apprendimento rapido) - Integrazione API AI (OpenAI / Claude) - Esperienza con...

    €2106 Average bid
    €2106 Gebot i.D.
    88 Angebote

    e GUI + Web Application for Complex Dynamical System Simulator (Scientific Visualization) Project Description I am looking for an experienced full-stack developer to build a professional, user-friendly web-based GUI and interactive dashboard for a complex multi-variable dynamical system simulator. The application must allow users to: Run simulations with adjustable parameters Visualize key outputs including time-series plots, phase diagrams, equilibrium points, and topological regime maps Generate high-quality graphical and image outputs (PNG, SVG, PDF export) Load and apply the model to different scenarios/countries of interest via configurable presets or data import The tool is scientific in nature and requires clean, modern scientific visualization (using libraries such as Plotly, Mat...

    €20 / hr Average bid
    €20 / hr Gebot i.D.
    207 Angebote

    The AI Medical Diagnosis Chatbot is an intelligent healthcare assistance system developed using Machine Learning, Natural Language Processing (NLP), and Conversational AI technologies. The main objective of this project is to help users analyze symptoms, predict possible diseases, and generate preliminary medical guidance through a conversational chat interface. The chatbot interacts with users in a human-like manner by accepting symptom-related queries in natural language, such as fever, cough, headache, fatigue, or other health concerns. Using trained machine learning models, the system processes the user’s symptoms and predicts the most probable disease or medical condition. The project integrates NLP techniques to understand user input, extract symptoms, and convert them into a...

    €272 Average bid
    €272 Gebot i.D.
    61 Angebote
    Build Data Ingestion Pipeline
    2 Tage left
    Verifiziert

    Senior Data Pipeline / ETL Engineer (FastAPI, PostgreSQL, OpenSearch) – Build MVP Data Ingestion Pipeline for Financial Intelligence Platform Overview We are building a financial intelligence infrastructure platform that aggregates global corporate registries, sanctions lists, and ownership data to produce compliance-grade investigative reports. The GitHub repository, architecture documentation, and core backend services already exist. What we need now is a senior data pipeline engineer who can complete the data ingestion and normalization pipeline so that our MVP feature works perfectly. The primary MVP workflow is: Search a person or company → resolve the entity → check sanctions exposure → reconstruct ownership relationships → produce an evidence-backed re...

    €437 Average bid
    €437 Gebot i.D.
    141 Angebote

    Senior AI / Python Engineer – Paid Assessment Opening We are a technology company building AI-driven platforms across analytics, automation, and intelligent systems. We are onboarding developers for long-term collaboration. This is a paid hourly assessment to evaluate real-world engineering capability. Scope (Tight & Premium) Build a lightweight AI-powered data insights module : Core Requirements ● Load and process dataset (CSV/JSON) ● Perform basic analytics: ○ Trends ○ Aggregations ○ Simple anomaly detection ● Integrate LLM (OpenAI / Claude) to generate: ○ Key insights ○ Summary API Layer ● Create simple FastAPI endpoints: ○ /process-data ○ /generate-insights Output ● JSON response (structured insights) ● Human-readable summary Budget ●...

    €28 / hr Average bid
    €28 / hr Gebot i.D.
    238 Angebote

    I need an end-to-end solution that gives me real-time visibility over our public-facing assets and any related dark-web exposure. The work is split into two equally critical parts, so please scope your approach with that in mind: 1. ASM (Attack-Surface Management) module • Discover sub-domains and other Internet-facing assets automatically • Scan and track open ports / running services, flagging changes over time • Store historical data so trends and newly exposed services are obvious • Expose clean REST endpoints for each function (FastAPI or similar in Python preferred) 2. Dark-Web monitoring module • Crawl and scrape TOR “.onion” sites for brand, email or credential mentions • Correlate findings with the asset list from the ASM mod...

    €507 Average bid
    €507 Gebot i.D.
    31 Angebote

    This project is a full stack system built around a vision based browser automation bot. The bot visits three target websites, fills multi-step forms on each of them using data provided by an operator, scrapes the results returned after each submission, and stores everything in a database. The operator interacts with the system through a web interface and never touches the bot or the code directly. The system has five parts that all need to be built and connected. A React frontend is where the operator submits input data and monitors what the bot is doing in real time. A FastAPI backend sits behind the frontend and handles communication between the operator, the bot, and the database. Redis acts as the message layer between the backend and the bot, passing events like run triggers, status u...

    €394 Average bid
    €394 Gebot i.D.
    44 Angebote

    Algo Trading System (TradingView → QuantConnect → IBKR) I need a developer to build a fully automated trading system that executes signals from my custom TradingView indicator directly on IBKR — running 24/7 with zero manual input. System Includes VPS bridge (webhook → QuantConnect) QuantConnect algo (trade execution) Custom dashboard (manage & monitor system) Strategy Flip long/short on every signal (always in market) Multi-timeframe support (5min → Daily) Trade up to 100 stocks Fixed dollar position sizing per stock Key Features Earnings filter (blocks trades + auto-closes before earnings) Fully automated execution Real-time tracking + manual override Dashboard Manage 100 stocks (timeframe + capital per stock) Live positions, P&L, trade logs Status...

    €20 / hr Average bid
    €20 / hr Gebot i.D.
    159 Angebote

    I want to turn my Alpaca account into a fully-automated day-trading machine. The core aim is simple: the bot needs to watch live market data, decide on intraday entries and exits, and execute orders through the Alpaca API with no manual intervention. Key points to keep in mind • Primary function: automated trading only; no customer support or social media extras. • Strategy focus: day trading. The bot should open and close positions within the same session, respect configurable risk parameters, and support rapid position sizing, stop-loss, and take-profit logic. • Exchange connectivity: everything will run on Alpaca for now, but clean modular code will let me extend to Binance, Coinbase, Kraken, or any other REST/WebSocket venue later. I prefer Python, leveraging...

    €3536 Average bid
    €3536 Gebot i.D.
    137 Angebote

    IMPORTANT — PROJECT CONTEXT This project is not starting from scratch. The platform already includes: • an existing codebase • an initial system architecture • validated UI/UX design assets • partially implemented frontend and backend components • development progress alrea The current hiring process takes place due to replacement, therefore the w • technical transition • audit of the curre • continuation and completion of development The selected developer will be respons • reviewing the existing codebase • auditing the current implementation stage • identifying technical gaps or inconsistencies • fixing existing issues • completing the system architecture and functionality By accepting this project, the develo...

    €791 Average bid
    €791 Gebot i.D.
    96 Angebote

    I need Website and python also, i have already one website for checking and looking for south I need a complete algorithm-trading platform built from the ground up, combining a clean, responsive website with a robust Python back-end. The core goal is to run and monitor trading algorithms in real time, so the system must connect to live stock-exchange data feeds without noticeable latency. I already have a model website that illustrates the general look, navigation flow, and key screens (dashboard, strategy editor, live feed panel, results viewer). You are free to improve on the design, but the overall user journey should feel familiar to what I provide. Back-end requirements • Written in Python (FastAPI or Django preferred) • Secure connection to real-time stock-excha...

    €71 Average bid
    €71 Gebot i.D.
    27 Angebote

    Saya baru mulai menekuni pengembangan web dan ingin fokus pada sisi backend menggunakan Python. Saya membutuhkan seorang mentor yang bisa membimbing langkah-demi-langkah dari nol hingga saya mampu membuat dan menjalankan API sederhana. Yang saya butuhkan: • Penjelasan konsep dasar backend—request/response, routing, database, dan keamanan dasar. • Bantuan instalasi Python, virtual environment, dan editor yang tepat di laptop saya. • Pengenalan framework ringan seperti Flask atau FastAPI (boleh pilih salah satu sesuai keahlian Anda). • Latihan membuat proyek mini: endpoint CRUD terhubung ke SQLite atau PostgreSQL. • Panduan deployment sederhana ke layanan gratis/terjangkau (mis. Render, Railway, atau Heroku). • Sesi tanya jawab langsung (online ...

    €322 Average bid
    €322 Gebot i.D.
    14 Angebote
    Web App for Perspective Correction
    19 Stunden left
    Verifiziert

    I want a lightweight, browser-based application that automatically straightens converging verticals in real-estate photos. Accuracy of correction is the top priority; I need the result to look as if the building was photographed with a perfectly level camera. ShiftN () comes close, but often leaves residual tilt or unnatural stretching, so the new tool must be noticeably more reliable. Core workflow • User drags one or many images onto the page. • The app detects vanishing points, computes the homography, and warps each photo so the main verticals are perfectly parallel. • A side-by-side before/after viewer lets the user verify the fix. • Corrected files are downloadable individually or in a zip when batch mode is used. Key requirements 1. Accuracy first: th...

    €124 Average bid
    €124 Gebot i.D.
    145 Angebote

    I have an operational platform built around a FastAPI backend and a React-based web frontend. The core foundations are in place, but I now need a reliable local partner in Noida to carry the project over the finish line and into the mobile space. Backend My FastAPI services are live, yet they still need performance optimisation, a few new endpoints and some lingering bugs resolved. Clean, well-documented code and test coverage are a must so future iterations remain painless. Web Frontend The React application already runs in production. The next sprint centres on adding new features while simultaneously lifting the overall experience with UI/UX refinements, stronger mobile responsiveness and a refreshed visual identity that matches our brand guidelines. Mobile Apps Once the web work is ...

    €417 Average bid
    €417 Gebot i.D.
    87 Angebote
    Zoom API Integration with Python
    12 Stunden left
    Verifiziert

    I need a Python-based module that hooks directly into Zoom’s REST API so I can create, update, and delete meetings, then programmatically add participants to any of those sessions. OAuth will be the authentication method, so the flow must include user consent, token storage/refresh, and revocation handling. Core expectations • Build clean, well-structured endpoints or helper classes that wrap the Zoom API calls for meeting CRUD and participant insertion. • Ensure that participant e-mails, names, and join URLs are returned so I can save them on my side. • Follow Zoom’s security guidelines when passing access tokens or PII—no hard-coded secrets, proper HTTPS requests, and server-side token exchange only. • Deliver readable, commented Python code...

    €9 / hr Average bid
    €9 / hr Gebot i.D.
    109 Angebote

    This project, Navigator360, is designed as an "AI-Powered Strategic Growth Platform." It functions as a comprehensive tool to help businesses generate strategic analyses, market trends, and growth plans. The project is structured into two main parts: a Frontend application and a Backend API server. 1. Frontend (Navigator360) The frontend is a modern, single-page web application built to offer users an interactive dashboard and platform experience. Tech Stack: Built using React and bundled with Vite. Styling & UI: It uses Tailwind CSS for responsive design and lucide-react for iconography. Features: Based on the dependencies (jspdf, html2canvas, react-markdown), the frontend can render rich markdown (like AI responses) and likely allows users to export their strategic plans...

    €7 / hr Average bid
    €7 / hr Gebot i.D.
    37 Angebote

    Empfohlene Artikel nur für Sie