This project is about classifying documents into categories using CNNs
Be able to classify documents in different categories in real time.
- Packard Bell easy note Pc running Windows 10.
- CPU = 2.3 Ghz
- RAM = 4 Go
- HDD = 500 GB
-
python3as programming language -
tensorflow litea mobile version of the great tensorflow -
Androida mobile framework for programming mobile apps
https://github.com/deepKratos/document-classification-app.git- Windows users
python -m venv myenv # creates a virtual environement
cd myenv\Scripts # change folder
.\activate # activate environement- Linux users
python -m venv myenv # creates a virtual environement
cd myenv\bin # change folder
source activate # activate environement pip install tensorflow
pip install numpy
pip install matplotlibTo execute the code:
TODO
- Hichem MAIZA
- Google for tensorflow & android
- Andrew Ng for his great courses
- Siraj Raval for his motivational videos
