Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 913 Bytes

README.md

File metadata and controls

60 lines (34 loc) · 913 Bytes

Dynamic Bharat - Changes in Land Use Classes POC

Installation

1. Clone the Repository

Start by cloning the repository to your local machine:

git clone https://github.com/datakaveri/dynamic-bharat-poc.git
cd dynamic-bharat-poc

2. Create a Virtual Environment

It's recommended to use a virtual environment to manage dependencies:

For Windows:

python -m venv venv
venv\Scripts\activate

For macOS / Linux:

python3 -m venv venv
source venv/bin/activate

3. Install Dependencies

Install the required dependencies from requirements.txt:

pip install -r requirements.txt

Running the Application

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