Skip to content

datakaveri/dynamic-bharat-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages