10zinten / Indian-Currency-Recognition

A project for visually impaired people to recognise the bills of Indian National Rupee using Deep Learning technology.
21 stars 10 forks source link
convolutional-neural-networks deep-learning django image-recognition tensorflow

Indian-Currency-Recognition

A project for visually impaired people to recognise the bills of Indian National Rupee using Deep Learning technology.

Dataset:

currency\
  ten\
  twenty\
  fifty\
  hundrad\
  fivehundrad\
  thousand\

dataset can be downloaded from here

Project sturcture based on CS230 Deep Learning

data/
    train/
    dev/
    test/
experiments/
    base_model/
        params.json
        ...
    learning_rate/
        lr_0.1/
            params.json
        lr_0.01/
            params.json
    batch_norm/
        params.json
model/
    input_fn.py
    model_fn.py
    utils.py
    training.py
    evaluation.py
build_dataset.py
train.py
search_hyperparams.py
synthesize_results.py
evaluate.py

Here is each file or directory’s purpose:

Django Interface:

pip install -r requirement.txt
cd app
python manage.py runserver

Refrences