CoolFace
Apppublic

Manandidit/Indian_Currency_Detection_System

sourceHugging Facemitupdated 5mo agoView on Hugging Face
0likes
App README

๐Ÿ›๏ธ Indian Currency Detection System (ICDS)

Government-grade AI platform for automated Indian banknote recognition.

Built for the Ministry of Finance ยท Department of Economic Affairs (Academic Project)


Supported Denominations

LabelDenomination
0โ‚น10
1โ‚น20
2โ‚น50
3โ‚น100
4โ‚น200
5โ‚น500
6Background (no note)

Tech Stack

  • โ€”Frontend: Streamlit (premium dark UI)
  • โ€”Model: Google Teachable Machine โ†’ TensorFlow / Keras (keras_model.h5)
  • โ€”Deployment: HuggingFace Spaces ยท Docker

Project Structure

โ”œโ”€โ”€ app.py                  # Streamlit application
โ”œโ”€โ”€ Dockerfile              # HuggingFace Docker config
โ”œโ”€โ”€ requirements.txt
โ”œโ”€โ”€ README.md
โ””โ”€โ”€ model/
    โ”œโ”€โ”€ keras_model.h5      # Trained Teachable Machine model
    โ””โ”€โ”€ labels.txt          # Class labels

How to Use

  1. 1.Upload a photo of an Indian currency note
  2. 2.The AI model classifies the denomination instantly
  3. 3.View confidence scores for all classes

Academic project โ€” AI Python Subject ยท Applied AI Mini Project