Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 545 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 545 Bytes

Visualizing earthquake data(1995-2023) using Taipy

I have used kaggle dataset you can go here

Step to run this app

git clone https://github.com/kisharnath/Taipy-app.git

Create virtual environment See

python -m venv myenv 
myenv\Scripts\activate
cd Taipy-app
cd src
pip install -r requirements.txt 

And now run the app

python app.py