This repository analyzes Aadhar Datasets provided by UIDAI for UIDAI Data Hackathon and extracts useful insights which may be further used to improve Aadhar services.
- Clone this repository
git clone https://github.com/SurfyPenguin/aadhar-datasets.gitThis is an uv project, standalone uv installation is recommended please follow uv standalone installation.
- Create virtual environment:
uv venv- Sync dependencies
uv sync- Run
main.py
uv run streamlit run main.py # if venv not activated
streamlit run main.py # if venv activated- Create virtual environment:
python -m venv .venv- Switch to virtual environment:
source .venv/bin/activate # linux/mac
.\.venv\Scripts\Activate.ps1 # windows- Install dependencies using
pip install .- Run
main.py:
streamlit run main.py