This project shows how to use machine learning models to analyze digit images. In addition, an extra part has been added where it is shown how you can create an interactive demo to show the model using Gradio.
- Python >= 3.10
- A virtual environment with the following libraries installed:
- gradio
- joblib
- numpy
- scikit-learn
To install the project requirements, it is advisable to create a virtual environment to isolate dependencies and avoid errors with your Python system installation.
To create a virtual environment, you can use this guide directly from the official documentation of Python.
Once the virtual environment has been set up, to install the required project packages one has to run the following instruction from the terminal:
pip install -r requirements.txt
Thanks to Binder, it is possible to interact and run these notebooks online
.