All Projects → ankitaggarwal011 → Facegrab

ankitaggarwal011 / Facegrab

Licence: mit
A tool to collect public images from Facebook and create an image dataset for training computer vision applications like gender recognition, and face detection

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Facegrab

Dynamic Training Bench
Simplify the training and tuning of Tensorflow models
Stars: ✭ 210 (+176.32%)
Mutual labels:  dataset, training
Maskedface Net
MaskedFace-Net is a dataset of human faces with a correctly and incorrectly worn mask based on the dataset Flickr-Faces-HQ (FFHQ).
Stars: ✭ 152 (+100%)
Mutual labels:  dataset, face-detection
Stealing Ur Feelings
Winner of Mozilla's $50,000 prize for art and advocacy exploring AI
Stars: ✭ 784 (+931.58%)
Mutual labels:  face-detection, facebook
Split Folders
🗂 Split folders with files (i.e. images) into training, validation and test (dataset) folders
Stars: ✭ 203 (+167.11%)
Mutual labels:  dataset, training
Hub
Dataset format for AI. Build, manage, & visualize datasets for deep learning. Stream data real-time to PyTorch/TensorFlow & version-control it. https://activeloop.ai
Stars: ✭ 4,003 (+5167.11%)
Mutual labels:  dataset, training
Awesome Face
😎 face releated algorithm, dataset and paper
Stars: ✭ 739 (+872.37%)
Mutual labels:  dataset, face-detection
Opencv Face Filters
Snapchat-like Face Filters in OpenCV
Stars: ✭ 51 (-32.89%)
Mutual labels:  training, face-detection
Toronto 3d
A Large-scale Mobile LiDAR Dataset for Semantic Segmentation of Urban Roadways
Stars: ✭ 69 (-9.21%)
Mutual labels:  dataset
Retinadetector
基于RetinaFace的目标检测方法,适用于人脸、缺陷、小目标、行人等
Stars: ✭ 73 (-3.95%)
Mutual labels:  face-detection
Electron
This is the repository for my course, Electron: Building Cross Platform Desktop Apps on LinkedIn Learning and Lynda.com.
Stars: ✭ 69 (-9.21%)
Mutual labels:  training
Ai Residency List
List of AI Residency & Research programs, Ph.D Fellowships, Research Internships
Stars: ✭ 69 (-9.21%)
Mutual labels:  facebook
Fb Delete
Delete your Facebook content by year and category
Stars: ✭ 72 (-5.26%)
Mutual labels:  facebook
Android Facedetection Ultranet Mnn
Android face detection 30+ FPS, pretrained weight 1MB.
Stars: ✭ 74 (-2.63%)
Mutual labels:  face-detection
Bash2mp4
Video Downloader for Termux .
Stars: ✭ 68 (-10.53%)
Mutual labels:  facebook
Tju Dhd
A newly built high-resolution dataset for object detection and pedestrian detection (IEEE TIP 2020)
Stars: ✭ 75 (-1.32%)
Mutual labels:  dataset
Deep Segmentation
CNNs for semantic segmentation using Keras library
Stars: ✭ 69 (-9.21%)
Mutual labels:  dataset
Color Names
Large list of handpicked color names 🌈
Stars: ✭ 1,198 (+1476.32%)
Mutual labels:  dataset
Network Avatar Picker
A npm module that returns user's social network avatar. Supported providers: facebook, instagram, twitter, tumblr, vimeo, github, youtube and gmail
Stars: ✭ 74 (-2.63%)
Mutual labels:  facebook
Raccoon dataset
The dataset is used to train my own raccoon detector and I blogged about it on Medium
Stars: ✭ 1,177 (+1448.68%)
Mutual labels:  dataset
Covid19
JSON time-series of coronavirus cases (confirmed, deaths and recovered) per country - updated daily
Stars: ✭ 1,177 (+1448.68%)
Mutual labels:  dataset

FaceGrab

A tool to collect public images from Facebook and create an image dataset for learning about computer vision applications like gender recognition, and face detection

Motivation

During an AI class in college, I was learning about computer vision applications such as face detection and gender recognition. I implemented the respective algorithms and wanted to try them out on a new dataset.

Earlier when Facebook launched their graph API, I came across an API endpoint in Facebook graph search which provides a way to get the full-size profile picture associated with any userid without login/signup. When I contacted Facebook support about this, they responded that all the profile images are public by default. Apparently, Facebook's privacy policy states that all the profile images are in public domain.

Thus I created this tool to collect the public images from Facebook and create a dataset to apply the newly learned vision algorithms. I hope that the tool would be helpful to learners looking for image datasets.

Usage

$ python facegrab.py <size of dataset>

This will create an image dataset of desired size in the same directory under the facegrab folder.

Contribute

Want to work on the project? Any kind of contribution is welcome!

Follow these steps:

  • Fork the project.
  • Create a new branch.
  • Make your changes and write tests when practical.
  • Commit your changes to the new branch.
  • Send a pull request.

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].