
Ditutup
Disiarkan
Dibayar semasa penghantaran
I need an end-to-end face-recognition attendance solution that splits its workload between a Raspberry Pi at the edge and a lightweight cloud frontend. On the edge – The Raspberry Pi must run an optimised computer-vision model that can detect and recognise multiple faces in the same frame, then immediately tag each recognised person with a timestamp. All inference happens locally; only the processed results travel to the cloud, never the raw video. Model size, frame rate and power draw have to suit a typical Pi 4 with a standard camera module. Connectivity & data flow The Pi should expose a small, secure REST or MQTT service that pushes attendance events to the cloud and retries automatically if connectivity drops. A simple enrolment script should let me add new faces directly on the Pi or via an API call. Cloud side The frontend will live on my preferred cloud stack (a basic React or Vue single-page app is fine) and must focus on a clean Attendance Records view: searchable, filterable by date/person and exportable to CSV. Authentication can be as simple as email/password for now. Future-proofing While the immediate requirement is multiple face recognition, please structure the code so that real-time dashboards or anti-spoofing modules could be slotted in later without major refactoring. Deliverables • Trained face-recognition model and Python inference script for Raspberry Pi • Edge service for data push with brief deployment guide • Cloud API (Node, Python or Go) plus single-page UI showing Attendance Records • Read-me and comments that let a moderately technical user redeploy everything from scratch Acceptance criteria 1. System recognises at least five faces simultaneously with ≥95 % accuracy in indoor lighting. 2. Attendance event appears in the cloud UI within five seconds of capture. 3. Full installation from a clean Pi OS image to a working cloud dashboard can be completed using the supplied documentation alone.
ID Projek: 40295676
29 cadangan
Projek jarak jauh
Aktif 29 hari yang lalu
Tetapkan bajet dan garis masa anda
Dapatkan bayaran untuk kerja anda
Tuliskan cadangan anda
Ianya percuma untuk mendaftar dan membida pekerjaan
29 pekerja bebas membida secara purata ₹24,681 INR untuk pekerjaan ini

As an Electrical Engineer with a Master's in Embedded Systems, I'm deeply familiar with the technologies necessary to execute your project. My proficiency in Computer Vision, Node.js, Python, and Raspberry Pi aligns perfectly with your needs for your cloud-linked face recognition attendance system. Leveraging my experience in firmware development, IoT product engineering, and AI/ML integration will result in an efficient, reliable system that meets all of your required benchmarks. I have a track record of delivering end-to-end solutions that encompass the entirety of product development workflows - from conceptualization to deployment. Applied to your project, this means I'll not only create a viable face-recognition model and Python script but also a secure on-device service and a clean single-page UI focused on Attendance Records.
₹60,000 INR dalam 45 hari
6.9
6.9

Your Pi will choke if you try running a full deep-learning model without quantization - I've seen teams burn weeks on this before realizing their inference latency sits at 8 seconds per frame instead of the sub-500ms you need for real-time multi-face detection. Before architecting the pipeline, I need clarity on two things: What's your expected peak throughput - are we talking 10 people walking past the camera simultaneously during shift changes, or a steady trickle of 2-3 faces? And does your Pi 4 have 2GB or 8GB RAM? That determines whether we use TensorFlow Lite with INT8 quantization or go straight to OpenCV DNN with a MobileNetV2 backbone. Here's the architectural approach: - FACE RECOGNITION + COMPUTER VISION: Deploy a two-stage pipeline using MTCNN for detection and FaceNet embeddings stored in a local SQLite cache. This hits 96% accuracy at 4 FPS on Pi 4 while keeping CPU usage under 60%. - EDGE COMPUTING + RASPBERRY PI: Implement a Python service with threading that decouples camera capture from inference, then queues results in Redis. If cloud connectivity drops, events buffer locally for 48 hours before auto-sync. - REST API + NODE.JS: Build an Express backend with JWT auth that ingests attendance events via POST /attendance, validates timestamps to prevent replay attacks, and exposes GET /records with pagination and date-range filters. - REACT + JAVASCRIPT: Single-page dashboard using Material-UI with real-time WebSocket updates when new faces are logged, plus a CSV export function that streams large datasets without memory spikes. - AI MODEL DEVELOPMENT: Provide a retraining script that fine-tunes the embedding model when you add new faces - no need to rebuild from scratch. Enrolment takes 10 sample images per person and completes in under 2 minutes on the Pi. I've built three similar edge-AI systems for retail clients tracking foot traffic at 15 locations simultaneously. The last deployment handled 200 daily recognition events per device with 99.2% uptime over six months. Let's schedule a 15-minute call to walk through your network topology and discuss whether MQTT or REST better fits your existing infrastructure - I don't start coding until failure scenarios are mapped out.
₹22,500 INR dalam 7 hari
7.1
7.1

Hello Dear! I write to introduce myself. I'm Engineer Toriqul Islam. I was born and grew up in Bangladesh. I speak and write in English like native people. I am a B.S.C. Engineer of Computer Science & Engineering. I completed my graduation from Rajshahi University of Engineering & Technology ( RUET). I love to work on Web Design & Development project. Web Design & development: I am a full-stack web developer with more than 10 years of experience. My design Approach is Always Modern and simple, which attracts people towards it. I have built websites for a wide variety of industries. I have worked with a lot of companies and built astonishing websites. All Clients have good reviews about me. Client Satisfaction is my first Priority. Technologies We Use: Custom Websites Development Using ======>Full Stack Development. 1. HTML5 2. CSS3 3. Bootstrap4 4. jQuery 5. JavaScript 6. Angular JS 7. React JS 8. Node JS 9. WordPress 10. PHP 11. Ruby on Rails 12. MYSQL 13. Laravel 14. .Net 15. CodeIgniter 16. React Native 17. SQL / MySQL 18. Mobile app development 19. Python 20. MongoDB What you'll get? • Fully Responsive Website on All Devices • Reusable Components • Quick response • Clean, tested and documented code • Completely met deadlines and requirements • Clear communication You are cordially welcome to discuss your project. Thank You! Best Regards, Toriqul Islam
₹25,000 INR dalam 7 hari
5.8
5.8

Hello Sir, I have a readymade face attendance app. Let's discuss this further. Thanks, Bhargav.
₹35,000 INR dalam 7 hari
5.6
5.6

Hi, As per my understanding: You need a complete face-recognition attendance system where a Raspberry Pi performs local face detection and recognition, timestamps each identified person, and sends only attendance events to the cloud. The edge device must handle multiple faces efficiently on a Pi 4 without transmitting raw video. The cloud side should provide a lightweight web dashboard where attendance records can be searched, filtered by date/person, and exported to CSV, with a structure flexible enough for future features like dashboards or anti-spoofing. Implementation approach: On the Raspberry Pi I will deploy an optimized Python-based pipeline using OpenCV and a lightweight recognition model (e.g., FaceNet/MobileFaceNet) tuned for Pi 4 performance. The script will detect multiple faces per frame, match embeddings locally, and generate timestamped attendance events. A secure REST or MQTT service will push these events to the cloud with retry logic if connectivity drops, while an enrollment utility will allow adding faces locally or through an API. For the cloud layer, I will build a small API (Node.js or Python) with a database for attendance records and a React/Vue single-page dashboard showing searchable and exportable logs. The architecture will remain modular so future analytics or anti-spoofing modules can be added without major refactoring. A few quick questions: Approximately how many people will be enrolled in the system initially?
₹12,500 INR dalam 7 hari
5.3
5.3

I've built multiple Pi 4-based face recognition systems using optimized dlib/FaceNet models with MTCNN for multi-face detection, so I understand the exact constraints of running real-time inference on edge hardware while keeping latency and power draw manageable. My approach: a Python pipeline on the Pi using quantized embeddings for fast matching, exposed via a lightweight FastAPI/MQTT service with automatic retry and offline queuing, pushing only attendance event payloads—never raw frames—to your cloud backend. The cloud layer will be a clean React SPA backed by a Node.js API with JWT auth, filterable/searchable attendance records, and CSV export. I'll architect everything with a modular plugin pattern so anti-spoofing, live dashboards, or additional edge models slot in cleanly. I'm ready to start immediately.
₹12,500 INR dalam 1 hari
5.1
5.1

As a Full-Stack Developer well-versed in JavaScript, Node.js, and Python, I am confident in my ability to offer you an end-to-end solution for your Cloud-Linked Raspberry Pi Face Recognition Attendance System. My expertise in AWS, Azure, and Data Engineering ensures that all aspects of your project will be handled with precision and maximum scalability. I understand that efficiency and accuracy are key for improving operational processes, which is why I am skilled in building robust and secure applications that meet even the most specific needs. Moreover, my experience in cloud architecture and integration includes various platforms like Salesforce to mention a few. This expertise allows me to future-proof your system-structuring the code so that any possible additions or modifications could be seamlessly incorporated, without requiring major refactoring. Lastly, I want to emphasize my focus on user-centric solutions. With this project, I understand that you need both simplicity and functionality. I commit to delivering a clean Attendance Records view with search, filter and export functions- all deployable from bare-bones using the detailed documentation that I will be providing. All in all,you can trust me to deliver your system efficiently, accurately and within the specified time frame for a successful project completion.
₹25,000 INR dalam 7 hari
4.5
4.5

Hi there, I understand you need a Raspberry Pi–based face recognition attendance system where detection and recognition run locally, and only attendance events are pushed to a cloud dashboard. I have experience building computer vision pipelines using Python and OpenCV, including edge processing workflows where devices perform local inference and send structured events to cloud APIs. Similar systems involve REST or MQTT communication, retry logic for unstable connectivity, and lightweight dashboards for monitoring records. My approach would be to run an optimized face recognition model on the Raspberry Pi, process frames locally, and push timestamped attendance events to a cloud API. The cloud side will provide a simple web interface where records can be searched, filtered, and exported. I am available to start immediately and can deliver the Pi inference setup, secure data service, and a cloud dashboard with full documentation for deployment. Regards Chirag
₹25,000 INR dalam 7 hari
4.5
4.5

I can develop a complete end-to-end face-recognition attendance system that efficiently splits workloads between a Raspberry Pi and a cloud frontend. On the Pi, I will deploy an optimized lightweight computer-vision model capable of detecting and recognizing multiple faces per frame with ≥95% accuracy under indoor lighting. All inference will occur locally, and only processed attendance events will be pushed to the cloud via a secure REST or MQTT service with automatic retries if connectivity drops. I will include an easy enrolment script for adding new faces either locally or through an API. For the cloud side, I will build a simple React or Vue single-page app displaying Attendance Records with search, filter, and CSV export functionality. Authentication will be email/password based, and the system architecture will be modular to allow future additions like real-time dashboards or anti-spoofing. Deliverables will include the trained model, Python inference scripts, edge service, cloud API, UI, and full documentation to enable a clean redeployment from scratch. Regards, Mutahra
₹25,000 INR dalam 2 hari
3.9
3.9

Dear Client, I am excited to submit my proposal for the Cloud-Linked Raspberry Pi FACE RECOGNITION Attendance System project. With my extensive experience in JavaScript, Python, Linux, and AI Model Development, I am confident in my ability to deliver a top-notch solution to meet your requirements. I specialize in developing innovative solutions that leverage edge computing and cloud technologies, making me the perfect fit for this project. I will ensure that the Raspberry Pi runs an optimized computer-vision model for face recognition while securely pushing attendance data to the cloud in real-time. My expertise in developing REST APIs, Node.js, and cloud-based UIs will guarantee a seamless integration between the edge and cloud components of the system. I am committed to delivering a high-quality solution
₹26,250 INR dalam 3 hari
3.4
3.4

You'll see face recognition working on Pi before paying a single dollar ✅! Lets build your edge to cloud attendance system with A FREE DEMO.! I will build optimized CV model on Raspberry Pi 4 detecting recognizing multiple faces tagging timestamp all inference locally only results to cloud, secure REST MQTT pushing events auto retry if offline, enrollment script adding faces on Pi or API, cloud React Vue SPA with Attendance Records searchable filterable exportable CSV, structured for future dashboards anti spoofing. Recognizes 5 plus faces 95 percent accuracy, events in cloud under 5 seconds, full install Pi to dashboard using docs alone. I have built similar edge AI Pi cloud systems.
₹25,000 INR dalam 7 hari
2.4
2.4

Hello, I can develop your Raspberry Pi–based face recognition attendance system with a cloud dashboard. I have strong experience building edge AI + cloud IoT systems using Raspberry Pi, Python, OpenCV, and lightweight cloud APIs, including systems where processing happens locally and only events are sent to the cloud. On the edge side, I will implement an optimized face detection and recognition pipeline (e.g., FaceNet/InsightFace with OpenCV or TensorRT-compatible models) capable of recognizing multiple faces simultaneously on a Raspberry Pi 4 with camera module. The system will run inference locally, generate timestamped attendance events, and expose a secure REST or MQTT service that pushes events to the cloud with automatic retry if connectivity drops. I will also include a simple enrollment script/API to register new faces directly from the Pi. On the cloud side, I will build a lightweight API (Node.js or Python) and a React-based dashboard where attendance records can be searched, filtered by date/person, and exported to CSV. The system will include basic authentication and a clean, easy-to-use interface. The architecture will be modular so features like real-time dashboards, analytics, or anti-spoofing detection can be added later without major changes. Deliverables include the trained model, Raspberry Pi inference scripts, edge service, cloud API, React UI, and full deployment documentation to reproduce the system from a fresh Pi OS setup.
₹25,000 INR dalam 7 hari
2.3
2.3

Hello, I have solid experience working with Raspberry Pi–based computer vision systems. I’ve previously built similar solutions where face detection and recognition run locally on the Pi. I’m comfortable optimizing models so they run smoothly on Raspberry Pi 4 with a camera module. For this project, my focus will be to keep the edge processing efficient and the cloud interface simple and reliable. The Pi will handle face recognition and generate attendance events, while the cloud side will manage storage and provide a clean interface to view and export records. I will also structure the system in a way that makes it easy to add future features like dashboards or anti-spoofing. My Approach: • Run an optimized face-recognition model on Raspberry Pi for local inference • Detect and recognize multiple faces in the same frame and generate timestamped attendance events • Send only processed attendance data to the cloud using a secure REST or MQTT service • Implement automatic retry logic if the internet connection drops • Build a simple cloud API and frontend dashboard to view, filter, and export attendance records
₹15,000 INR dalam 6 hari
1.6
1.6

Being a seasoned Full Stack Developer with proficiency in JavaScript, Node.js, and Python, I assure you of an outstanding Raspberry Pi attendance system that meets all your project's requirements. My strong suit lies in delivering production-ready systems while prioritizing clean architecture, optimized performance, and enhanced security - all of which are crucial to your face-recognition system. My skillset in AI integration and workflow automation using n8n is key to delivering authentication, real-time data flow, the lightweight cloud frontend, and propelling your project into a future-proof structure. I am equally comfortable with building RESTful API services, ensuring secure data transfer from the Raspberry Pi to your cloud stack. Moreover, my expertise in database architecture and optimization perfectly complements the project's requirements for clean attendance records with an impeccable search and filter functionality.
₹22,000 INR dalam 10 hari
0.4
0.4

Hello, I’m Rishu Singh, a Full-Stack Developer with 6+ years of experience in building websites and mobile apps. Skills: HTML, CSS, JavaScript, React, Node.js, PHP, Python, Android, Flutter, MySQL, MongoDB. I create fast, scalable, and user-friendly solutions for businesses. I always focus on clean code, clear communication, and on-time delivery. Let’s discuss your project. Best regards, Rishu Singh
₹22,000 INR dalam 7 hari
0.0
0.0

✔ I deliver 100% work — 99.9% is not for me. ✔ Workflow Diagram Camera Feed (Raspberry Pi) ⟶⟶ Face Detection & Recognition Model ⟶⟶ Local Processing & Timestamp Tagging ⟶⟶ Secure Edge Service (REST / MQTT) ⟶⟶ Cloud API ⟶⟶ Database Storage ⟶⟶ Web Dashboard (React/Vue) ⟶⟶ Attendance Records & CSV Export Key Highlights ✔ Optimized edge AI on Raspberry Pi — lightweight face detection and recognition model designed specifically for Raspberry Pi 4 with camera module, balancing accuracy, frame rate, and power efficiency. ✔ Local inference for privacy — all face detection and recognition occur directly on the Pi. Only processed attendance events (name + timestamp) are transmitted to the cloud, ensuring no raw video leaves the device. ✔ Multi-face recognition support — capable of detecting and recognising multiple individuals in the same frame simultaneously. ✔ Reliable event delivery — secure REST or MQTT communication with automatic retry mechanisms in case of temporary connectivity loss. ✔ Flexible face enrollment system — simple script and API endpoint allowing new users to be enrolled directly on the Pi or remotely. ✔ Cloud-based attendance dashboard — clean React or Vue single-page application displaying searchable attendance records with filters by person or date. ✔ CSV export support — easy export of attendance logs for reporting or HR integration. Best Regards, Fahad AI Systems Developer | Computer Vision | Edge AI & Cloud Integration
₹20,000 INR dalam 11 hari
0.0
0.0

I am a perfect fit for your project. Your need for a seamless, automated face-recognition attendance system split between a Raspberry Pi edge device and a responsive cloud frontend is clear. I understand the importance of a clean, user-friendly Attendance Records view with secure APIs and efficient data flow, keeping inference local and syncing only processed results. I bring full-stack expertise in Python for edge inference, Node.js or Go for cloud APIs, React or Vue for modern frontends, and database integrations. While I am new to Freelancer, I have tons of experience and have completed many projects off platform. I would love to chat more about your project! Regards, Kian Linders
₹28,888 INR dalam 24 hari
0.0
0.0

Your edge-AI attendance system sounds like an exciting project and I’d be happy to help build the complete solution. I have experience working with Python, computer vision, and ML models, including an image-based plant disease detection project where I handled model training, image preprocessing, and real-time inference. This experience is directly relevant to building optimized vision systems. For the Raspberry Pi edge system, I would implement a lightweight face detection and recognition pipeline using Python and OpenCV with an optimized recognition model suitable for a Pi 4. The device will detect and recognize multiple faces in real time, generate attendance events with timestamps locally, and send only structured results to the cloud. The Pi will expose a secure REST or MQTT service that pushes attendance events and retries automatically if connectivity drops. On the cloud side, I can build a simple backend API (Node.js or Python/FastAPI) with a database and a clean React-based dashboard to view, search, filter, and export attendance records. The architecture will be modular so additional features like real-time analytics or anti-spoofing can be added later without major refactoring. I focus on clean, well-documented code and clear deployment instructions so the full system can be reproduced easily. Looking forward to discussing the project.
₹25,000 INR dalam 10 hari
0.0
0.0

Hello, This project aligns well with my experience in computer vision and face recognition systems. Previously, I worked on integrating a face-authentication system into WhatsApp Desktop, where I implemented real-time face detection and identity verification to enable secure login functionality. This involved building a lightweight recognition pipeline and integrating it into an application workflow. For your system, I would implement an edge-based pipeline on Raspberry Pi where face detection and recognition run locally to ensure privacy and low latency. Attendance events (recognized identity + timestamp) would then be transmitted to the cloud via a secure REST/MQTT service with retry handling for connectivity drops. On the cloud side, I can build a lightweight backend API and a clean dashboard to visualize attendance records with filtering and CSV export. The architecture will be modular so that future features like real-time dashboards or anti-spoofing detection can be added easily. I would be happy to discuss the system architecture and deployment process in more detail.
₹25,000 INR dalam 7 hari
0.0
0.0

Hello, we are AdamsStudio. We fully understand your need for an efficient, secure face-recognition attendance system that smartly balances workload between a Raspberry Pi edge device and a lightweight cloud frontend. Your focus on local inference, low power consumption, reliable data push, and an intuitive cloud UI is clear. Leveraging our expertise in edge AI, computer vision, and cloud development, we will deliver an optimized face-recognition model for the Pi 4, ensuring real-time multi-face detection with high accuracy. Our solution will include a robust REST/MQTT service with automatic retries, an easy enrollment process, and a clean, responsive React or Vue frontend with secure authentication and export features. We prioritize reliability, effective communication, and quality documentation, enabling smooth installation and future enhancements like dashboards or anti-spoofing modules. Let’s discuss your project in detail to tailor the perfect solution that exceeds your expectations.
₹24,000 INR dalam 30 hari
0.0
0.0

Rourkela, India
Ahli sejak Mac 12, 2026
$8-15 USD / jam
₹1500-12500 INR
₹12500-37500 INR
$3-10 SGD / jam
₹12500-37500 INR
$250-750 USD
$250-750 USD
₹37500-75000 INR
₹12500-37500 INR
₹1500-12500 INR
$1500-3000 USD
₹1500-12500 INR
$10-30 USD
₹750-1250 INR / jam
$10-30 USD
₹12500-37500 INR
$374 AUD
$250-750 USD
₹600-1500 INR
€750-1500 EUR