Project scope is to estimate the BMI of a person from pictures of the face.
This repository contains a data collection project for using inmate mug photos. This pictures are used to train a deep learning algorithm to obtain the BMI from the image of a person's face
Inmate Data Mining.ipynb
- class
PageParser
- base class for page parsers, abstractsbeautifulsoup
internals and wraps content retrieval- class
PolkCountyInmatesScraper
- scraper for Polk County Inmates - class
MarionCountyInmatesScraper
- scraper for Marion County Correctional Facility Inmate Roster
- class
- class
Person
- POJO - class
Scrapper
- converts from scrape result to aPerson
object - class
MarionCountyInmatesCrawler
- crawler that uses the parser to obtain new leads and to scrape those urls- class
MarionCountyInmatesLocalDb
- sqlite3 wrapper, acts as crawler state
- class
- class
PolkCountyInmatesCrawler
- crawler that uses the parser to obtain new leads and to scrape those urls- class
PolkCountyInmatesLocalDb
- sqlite3 wrapper, acts as crawler state
- class
- class
BMILocalDb
- sqlite3 and file system wrapper, holdsPerson
objects (including images) - class
ResponseStream
- wrapper for handling image downloads `
- class
A collection of ~4000 images with biometric information are available in the v1.0 release
-
Untitled.ipynb
Explores an IMDB dataset containing weight and height of celebrities