This project is to classify the room images with 3 different categories using OpenCV & Tensorflow.
-
src
The main source code for classification
-
utils
- The Classification model
- The source code for model downloading & management of folders and files
-
app
The main execution file
-
requirements
All the dependencies for this project
-
settings
Several settings including the model path
-
Environment
Ubuntu 18.04, Windows 10, Python 3.6
-
Dependency Installation
Please navigate to this project directory and run the following command in the terminal.
pip3 install -r requirements.txt
-
Please go ahead to the project directory and run the following command in the terminal.
python3 app.py