LovnishVerma commited on
Commit
cf9d688
Β·
verified Β·
1 Parent(s): a53bb64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: UIDAI Project S.T.A.R.K
3
  emoji: πŸš€
4
  colorFrom: red
5
  colorTo: red
@@ -11,7 +11,7 @@ pinned: false
11
  short_description: Data-Driven Innovation for Aadhaar
12
  ---
13
 
14
- # πŸ›‘οΈ Project S.T.A.R.K: AI-Powered Fraud Detection for UIDAI
15
 
16
  [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://huggingface.co/spaces/lovnishverma/UIDAI)
17
  [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
@@ -33,7 +33,7 @@ short_description: Data-Driven Innovation for Aadhaar
33
 
34
  ## 🎯 Overview
35
 
36
- Project S.T.A.R.K is an innovative fraud detection system designed specifically for UIDAI Aadhaar enrolment centers. Unlike traditional global threshold-based systems, Sentinel uses **context-aware machine learning** with district-level normalization to identify fraudulent patterns while accounting for India's demographic diversity.
37
 
38
  ### The Problem We Solve
39
 
@@ -108,7 +108,7 @@ pip install -r requirements.txt
108
 
109
  3. **Run the Jupyter Notebook** (Data Processing)
110
  ```bash
111
- jupyter notebook project_stark_notebook.ipynb
112
  ```
113
  This generates `analyzed_aadhaar_data.csv`
114
 
@@ -131,12 +131,12 @@ UIDAI/
131
  β”œβ”€β”€ README.md # This file
132
  β”œβ”€β”€ requirements.txt # Python dependencies
133
  β”œβ”€β”€ Dockerfile # Docker configuration
134
- β”œβ”€β”€ project_stark_notebook.ipynb # ML model & data processing
135
  β”œβ”€β”€ app.py # Streamlit dashboard
136
  β”œβ”€β”€ analyzed_aadhaar_data.csv # Processed data (generated from colab)
137
  β”œβ”€β”€ docs/
138
- β”‚ β”œβ”€β”€ Project_Stark_Analysis.docx
139
- β”‚ β”œβ”€β”€ Stark_Dashboard_Documentation.docx
140
  β”‚ └── Dashboard_Enhancements_Guide.docx
141
  └── assets/
142
  └── screenshots/ # Dashboard screenshots
@@ -356,7 +356,7 @@ STREAMLIT_SERVER_HEADLESS=true
356
  ## πŸ“„ Documentation
357
 
358
  Comprehensive documentation available in `/docs`:
359
- - **Project_STARK_Analysis.docx**: Technical analysis & code review
360
  - **Sentinel_Dashboard_Documentation.docx**: Dashboard user guide
361
  - **Dashboard_Enhancements_Guide.docx**: Enhancement details
362
 
@@ -407,5 +407,5 @@ If you find this project useful, please consider giving it a ⭐!
407
  <div align="center">
408
  <strong>Built with ❀️ for a safer Aadhaar ecosystem</strong>
409
  <br>
410
- <sub>Β© 2026 Project S.T.A.R.K. All rights reserved.</sub>
411
  </div>
 
1
  ---
2
+ title: UIDAI Project S.A.T.A.R.K
3
  emoji: πŸš€
4
  colorFrom: red
5
  colorTo: red
 
11
  short_description: Data-Driven Innovation for Aadhaar
12
  ---
13
 
14
+ # πŸ›‘οΈ Project S.A.T.A.R.K: AI-Powered Fraud Detection for UIDAI
15
 
16
  [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://huggingface.co/spaces/lovnishverma/UIDAI)
17
  [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
 
33
 
34
  ## 🎯 Overview
35
 
36
+ Project S.A.T.A.R.K is an innovative fraud detection system designed specifically for UIDAI Aadhaar enrolment centers. Unlike traditional global threshold-based systems, Sentinel uses **context-aware machine learning** with district-level normalization to identify fraudulent patterns while accounting for India's demographic diversity.
37
 
38
  ### The Problem We Solve
39
 
 
108
 
109
  3. **Run the Jupyter Notebook** (Data Processing)
110
  ```bash
111
+ jupyter notebook project_notebook.ipynb
112
  ```
113
  This generates `analyzed_aadhaar_data.csv`
114
 
 
131
  β”œβ”€β”€ README.md # This file
132
  β”œβ”€β”€ requirements.txt # Python dependencies
133
  β”œβ”€β”€ Dockerfile # Docker configuration
134
+ β”œβ”€β”€ project_notebook.ipynb # ML model & data processing
135
  β”œβ”€β”€ app.py # Streamlit dashboard
136
  β”œβ”€β”€ analyzed_aadhaar_data.csv # Processed data (generated from colab)
137
  β”œβ”€β”€ docs/
138
+ β”‚ β”œβ”€β”€ Project_S.A.T.A.R.K_Analysis.docx
139
+ β”‚ β”œβ”€β”€ S.A.T.A.R.K_Dashboard_Documentation.docx
140
  β”‚ └── Dashboard_Enhancements_Guide.docx
141
  └── assets/
142
  └── screenshots/ # Dashboard screenshots
 
356
  ## πŸ“„ Documentation
357
 
358
  Comprehensive documentation available in `/docs`:
359
+ - **Project_S.A.T.A.R.K_Analysis.docx**: Technical analysis & code review
360
  - **Sentinel_Dashboard_Documentation.docx**: Dashboard user guide
361
  - **Dashboard_Enhancements_Guide.docx**: Enhancement details
362
 
 
407
  <div align="center">
408
  <strong>Built with ❀️ for a safer Aadhaar ecosystem</strong>
409
  <br>
410
+ <sub>Β© 2026 Project S.A.T.A.R.K. All rights reserved.</sub>
411
  </div>