Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/italo-batista/ia-ia-oh

https://github.com/users/italo-batista/projects/2
https://github.com/italo-batista/ia-ia-oh

Last synced: 24 days ago
JSON representation

https://github.com/users/italo-batista/projects/2

Awesome Lists containing this project

README

        

## Obtain Data

We use the [VGGFACE2](http://www.robots.ox.ac.uk/~vgg/data/vgg_face2/data_infor.html) database. Download it and extract the `train` folder to the `/data` directory

## Executing in a Virtual Enviroment

We recommend to use a virtual enviroment.

Install virtualvenv

`sudo apt-get install python-dev python3-dev python-pip python3-pip`

Create your enviroment (here we will use _venv_)

`python -m virtualenv -p python3 venv`

- To enter your envirement run at root dir:

`source venv/bin/activate`

- To exit run:

`deactivate`

## Instaling depdendencies

`python -m pip3 install -r requirements.txt`

#### Also install tensorflow

If you use an Ubuntu/Linux 64-bit machine, with CPU only, Python 2.7, do:

- `export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.1.0-cp27-none-linux_x86_64.whl`
- `sudo pip install $TF_BINARY_URL`

For others machines, [see this](http://tflearn.org/installation/)