This project was created as a learning exercise for deploying a machine learning model. The goal was to create a simple web application that would allow users to input data and receive a prediction from the trained model.
Before running this project, you will need to have the following software installed on your machine:
- Python 3.6 or higher
- FastAI 2.7.12
- Gradio 3.28.3
docker build . -t capynano:latestdocker run --rm -it -p 8080:8080 capynano:latest