Skip to content

bluvvis/haiid-digit-recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Digit Recognizer with Explainable AI

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.

Features

  • Recognition of numbers from images
  • Explanation of predictions
  • User feedback
  • Transparency of the model

🚀 Getting Started

🪟 Windows

  1. Clone the repository:

    git clone https://github.com/bluvvis/haiid-digit-recognizer.git
    cd haiid-digit-recognizer
  2. Install the dependencies:

    pip install -r requirements.txt
  3. Run the Streamlit app:

    streamlit run app.py

🍏 macOS / Linux

  1. Clone the repository:

    git clone https://github.com/bluvvis/haiid-digit-recognizer.git
    cd haiid-digit-recognizer
  2. Install the dependencies:

    pip3 install -r requirements.txt
  3. Run the Streamlit app:

    streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages