A simple image recognition web app using Keras and Flask. For running in Google Colab, i have used ngrok, which gives a public IP.
Follow below steps to run this in Google Colab notebook.
- Go to https://colab.research.google.com/ and login with your google credentials
- Open a new notebook and connect to a runtime
- Clone this repository [!git clone https://github.com/sreeji10/image-recognition-web-app.git]
- Install the dependencies. Example: ngrok[!pip install flask_ngrok]
- Run the app. [!python /content/image-recognition-web-app/Image_Detection/app.py]
- Test out using the url provided by ngrok