Skip to content

SurfyPenguin/aadhar-datasets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aadhar Datasets

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.

Installation

  • Clone this repository
git clone https://github.com/SurfyPenguin/aadhar-datasets.git

Usage

For UV:

This is an uv project, standalone uv installation is recommended please follow uv standalone installation.

  1. Create virtual environment:
uv venv
  1. Sync dependencies
uv sync
  1. Run main.py
uv run streamlit run main.py # if venv not activated
streamlit run main.py # if venv activated

For PIP:

  1. Create virtual environment:
python -m venv .venv
  1. Switch to virtual environment:
source .venv/bin/activate # linux/mac

.\.venv\Scripts\Activate.ps1 # windows
  1. Install dependencies using
pip install .
  1. Run main.py:
streamlit run main.py

About

This project analyzes Aadhar Datasets provided by UIDAI and extracts useful insights which may be further used to improve Aadhar services.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages