npm install
OR
yarn install
cd front-end
npm run serve
OR
Yarn serve
http://localhost:8080
cd flask
python3 api.py
pip3 install tensorflow
pip3 install numpy
pip3 install pickle
pip3 install flask
pip3 install keras
pip3 install flask-cors
Python 3
Tensorflow version 2.1.3
Numpy version 1.18.5
Flask version 1.1.2
Keras 2.4.3