Classify an flower image with fine-tuned ResNet50 model based on 102 Category Flower Dataset
python3 -m venv --system-site-packages ./venv
. venv/bin/activate
cd venv
pip install -r ../../../requirements.txt
cd ../../Frontend
yarn start-api // run flask server
Then go to http://localhost:5000/