A project for the Human-AI Interaction Design course. Recognizes handwritten numbers, explains how the decision was made, and allows the user to participate in the learning process of the model.
- Recognition of numbers from images
- Explanation of predictions
- User feedback
- Transparency of the model
-
Clone the repository:
git clone https://github.com/bluvvis/haiid-digit-recognizer.git cd haiid-digit-recognizer -
Install the dependencies:
pip install -r requirements.txt
-
Run the Streamlit app:
streamlit run app.py
-
Clone the repository:
git clone https://github.com/bluvvis/haiid-digit-recognizer.git cd haiid-digit-recognizer -
Install the dependencies:
pip3 install -r requirements.txt
-
Run the Streamlit app:
streamlit run app.py