Flask and Keras is used to make this place recognition app with the help of place365 dataset available.
- It helps to detect the places, there are 365 places in the dataset and model can recognise from that 365 places.
- Model then predict top 3 places, on the basis of the input image.
- Flask
- Python 3
- Keras
- Tensorflow
- Create Virtual Environment using pip
- Activate the virtual environment
- Install the requirements from requirement.txt file
- Run the app using 'flask run app.py'
Just Download the repository, install the necessary libraries and then run the app in your command line and then you can interact with it in your browser.
Thank You!