
Suljettu
Julkaistu
I have thousands of pictures scattered across several personal photo-album folders and I need an AI solution that can scan each image, detect every face it finds, and then give me useful data insights about those faces (counts per photo, frequency of specific people, basic age-group or emotion statistics if possible). The core of the job is therefore twofold: • build a reliable face-detection pipeline specialised for personal-album style images (no security-camera angles, mostly smartphone shots in varied lighting), and • structure the results so I can analyse them later inside Python or export them to CSV for further data analysis. Please use a mainstream deep-learning framework you are comfortable with—OpenCV, TensorFlow, PyTorch, or a comparable library is fine—as long as the final code runs on Windows and can be triggered from a simple command line. The model can be pre-trained (e.g., a RetinaFace or MTCNN backbone) provided you fine-tune or post-process it so false positives stay minimal. Acceptance criteria 1. A script or notebook that takes an input folder path, processes every image, and outputs: image-level JSON/CSV with face count and, when possible, basic demographic tags. 2. Cropped face thumbnails stored in a parallel folder for quick visual checks. 3. README that explains environment setup and how to rerun the analysis on new folders. That’s the whole scope—detect faces in my personal photos and hand me clean data I can explore further.
Projektin tunnus (ID): 40248853
11 ehdotukset
Etäprojekti
Aktiivinen 17 päivää sitten
Aseta budjettisi ja aikataulu
Saa maksu työstäsi
Kuvaile ehdotustasi
Rekisteröinti ja töihin tarjoaminen on ilmaista
11 freelancerit tarjoavat keskimäärin ₹932 INR/tunti tätä projektia

Hi,I’m a seasoned Applied ML Engineer & I’ve built face-analysis pipelines for large personal photo libraries: robust detection, clean embeddings, dedup/identity grouping, and exportable analytics for downstream exploration. Relevant experience * Replaced managed face matching with a custom FaceNet/ArcFace-style embedding pipeline: detect -> align -> embed ->store vectors (Postgres/FAISS) → cosine-similarity matching with tunable thresholds for “same person” clustering. * Worked on improving face detection in real-world photos (varied lighting/pose/occlusion) using RetinaFace/MTCNN-class detectors + post-processing (NMS tuning, min-face filters, blur/quality gating) to keep false positives low * Built production workflows that output : per-image JSON/CSV, cropped/normalized face thumbnails for quick QA & summary stats (faces per photo, top recurring identities, distribution over time/folders). What you’ll get • A Windows CLI script that scans a folder recursively and outputs: * per-image rows: face_count, bounding boxes, quality scores * per-face rows: face_id (cluster), embedding id, thumbnail path * optional tags: coarse age-group/emotion if you want (using a lightweight pretrained model; clearly marked as “approximate”) • Parallel folder of cropped face thumbnails (aligned) for visual checks • README + environment setup + rerun instructions
₹750 INR 40 päivässä
1,7
1,7

Hi. I'm currently a masters student in field of AI and soft computing. my previous projects were in mostly in field of image processing, segmentation and detection. Here is a list of projects I have done so far : - segmentation and classification of MS disease cells from brain fmri images using MONAI and pytorch framework - white blood cell detection and classification using YOLO and vision Transformer based deep learning models. ( Open CV was used in this project ) - breast cancer cell segmentation using CNN based deep learning models using pytorch in neuromatch academy - I was also in a neuroscience research project related to image processing based on your project description, input data would have the challenge of having different angles, noise and different light sources. In this case having more rows of Data ( i.e. more images ) will be quite useful to achieve best accuracy though there are alternatives such as data augmentation techniques which I'll discuss later. I would love to have a meeting with you to discuss the technical aspects of the project since as long as I gather more information on the project and Data, I would deliver and deploy the product with more reliability and robustness.
₹1 250 INR 20 päivässä
1,4
1,4

Hi, I can build a Python-based AI pipeline to scan your personal photo albums, detect faces, and provide structured insights. The solution will: Process all images in a folder and detect faces using a robust model like MTCNN or RetinaFace. Output a JSON/CSV file per image with face counts, frequency per person, and optional basic demographics (age group, emotion). Save cropped face thumbnails in a separate folder for visual inspection. Include a simple command-line interface and clear README with setup instructions. I have experience with OpenCV, PyTorch, and TensorFlow, and can ensure high accuracy even with smartphone-style photos in varied lighting. The script will run on Windows and is easily extendable for new folders. I can deliver a working prototype quickly with clean, commented code.
₹1 000 INR 40 päivässä
0,9
0,9

Hi, I can build a clean, Windows-friendly face analysis pipeline that scans your personal photo folders, detects faces accurately, and exports structured data ready for analysis. For personal-album style images (smartphone shots, varied lighting), I would use a strong pre-trained detector such as RetinaFace or MTCNN combined with PyTorch/OpenCV for reliable performance. The focus will be minimizing false positives while keeping detection robust across casual photos. Proposed Approach • Folder-based batch processing from command line • Face detection + face cropping • Per-image metadata: face count, bounding boxes • Optional lightweight demographic estimation (age group, basic emotion classification using pre-trained models) • Structured output in JSON + CSV • Cropped face thumbnails saved in a parallel directory Output Example • CSV: image_name, face_count, age_group_estimates, emotion_tags • JSON: detailed per-face metadata • Thumbnails folder organized by source image The final solution will: • Run locally on Windows • Be triggered via simple CLI command • Include clean logging • Be fully documented in a README • Be easy to rerun on new folders I’ve worked on computer vision pipelines involving object detection and structured dataset generation, so this fits well with my experience. Ready to start and deliver a clean, analysis-ready solution. Pavan Kumar A
₹750 INR 25 päivässä
0,0
0,0

Hello, This is a clearly defined and practical computer vision project, and I can build a reliable end-to-end face analytics pipeline that meets all your requirements. I have strong experience developing deep learning systems for real-world image collections, including smartphone photos with varied lighting, angles, and image quality. Your use case — scanning large personal photo folders, detecting faces, extracting insights, and producing structured outputs — is exactly the type of production-grade AI workflow I specialize in. I will implement a robust pipeline that: • Recursively scans your input folders and processes all images safely • Detects faces using high-accuracy pretrained models (RetinaFace or MTCNN) with filtering to minimize false positives • Crops and saves face thumbnails for visual verification • Generates face embeddings to group recurring individuals and compute frequency • Predicts age group and emotion (where detectable) • Produces clean, analytics-ready JSON and CSV outputs • Runs from a simple Windows command-line interface You will receive fully working code, structured outputs, organized face thumbnails, and clear documentation explaining setup and reuse on new folders. The system will be modular, efficient, and designed for large personal photo collections — not just a demo prototype. Happy to discuss dataset size, hardware setup, and output format preferences before starting. thank you for your attention in this matter.
₹750 INR 40 päivässä
0,0
0,0

I can build a reliable AI-based face detection pipeline for your personal photo albums. I have developed multiple similar AI-powered solutions for personal and commercial datasets, giving me expertise in accurate face detection and structured analysis. .................. What I Will Deliver .................. Python script or notebook to process any folder of images Per-image CSV/JSON with face count and optional demographics (age group, emotion) Cropped face thumbnails for quick verification Minimal false positives using MTCNN or RetinaFace with post-processing README with setup and usage instructions .................. Tech Stack .................. Python 3, OpenCV / Pillow, PyTorch or TensorFlow MTCNN / RetinaFace for detection NumPy / Pandas for data handling Optional: Seaborn / Matplotlib for visual analytics I offer introductory rates and guarantee a maintainable, production-ready solution. My portfolio includes multiple similar AI projects available on my LinkedIn profile. Regards, Malik Abdul Salam AI & Computer Vision Specialist
₹1 000 INR 40 päivässä
0,1
0,1

I have strong experience building computer vision pipelines using PyTorch, OpenCV, and pre-trained face detection models such as RetinaFace and MTCNN. I can develop a robust Windows-compatible command-line tool that scans your image folders, detects faces with minimal false positives, generates structured JSON/CSV outputs, and stores cropped face thumbnails for validation. I will ensure clean data structuring for downstream analysis and provide a clear README for reproducibility and future runs.
₹1 000 INR 18 päivässä
0,0
0,0

Hi, This is a well-defined and technically interesting project—I’d be glad to build this for you. I am an AI/ML researcher in a Tier 1 institute and I’d love to develop a clean, Windows-ready face analysis pipeline using PyTorch + RetinaFace (or MTCNN where appropriate) optimized for personal smartphone photos in varied lighting. The system will: • Scan any input folder recursively • Detect and count faces per image • Minimize false positives with confidence filtering + post-processing • Optionally estimate age-group and emotion using a lightweight pre-trained classifier • Export structured JSON/CSV summaries for easy Python analysis • Save cropped face thumbnails in a parallel directory for quick visual verification The final deliverable will include: – Clean, modular code for future extensions – Sample output files – A clear README with step-by-step Windows setup (Conda/venv supported) I focus on reliability, reproducibility, and clean data structures so your output is immediately usable for deeper analytics. Happy to discuss any preferences on model choice or demographic tagging depth before we begin. Best regards
₹1 000 INR 16 päivässä
0,0
0,0

Hi there, With my specialized skills in Artificial Intelligence (AI) and Machine Learning (ML), I am uniquely equipped to tackle your AI Face Detection Data Tool project. My diverse experiences, which span domains like Computer Vision, Healthcare AI, are backed by four amazing and relevant projects. I successfully built Diabetic Retinopathy Classification system and 3D Medical Image Analysis tools, object detection, segmentation pipelines for complex vision solutions. Specifically for your project, I have a strong command over mainstream deep-learning frameworks like OpenCV, TensorFlow, and PyTorch ensuring seamless integration within the Windows environment. I understand the scope of the challenge: dealing with personal album-style images in various lighting conditions while minimizing false positives. To ensure high precision for your needs, I am comfortable not just with pre-trained models but also with their fine-tuning and post-processing to meet your specific requirements. "I prefer to discuss first because we both need to understand first each other then if its align we start working . Its not a complex for me. You will also evaluate me with any task before awarded if you like my work in professional manner then you will now hire me. Last thing , I am not here for juggling clients you visit my freelancer profile it gives you clarity about all things you need .I am confident about that thing I deliver your work with requirement satisfaction and Clarity".
₹750 INR 30 päivässä
0,0
0,0

Umaria, India
Liittynyt helmik. 22, 2026
$30-250 USD
₹600-1500 INR
$15-25 USD/ tunnissa
$10-30 USD
₹12500-37500 INR
$30-250 USD
₹12500-37500 INR
₹1500-12500 INR
₹600-1500 INR
€30-250 EUR
₹12500-37500 INR
₹75000-150000 INR
$30-250 NZD
€8-30 EUR
$30-250 USD
$10 AUD
₹600-800 INR
₹150000-250000 INR
₹600-700 INR
₹1500-12500 INR