Start by cloning the repository to your local machine:
git clone https://github.com/datakaveri/dynamic-bharat-poc.git
cd dynamic-bharat-poc
It's recommended to use a virtual environment to manage dependencies:
python -m venv venv
venv\Scripts\activate
python3 -m venv venv
source venv/bin/activate
Install the required dependencies from requirements.txt
:
pip install -r requirements.txt
After setting up, you can start the Streamlit application:
streamlit run st_app.py
This will start a local server, and you can access the app in your web browser by navigating to:
http://localhost:8501