Welcome to the India’s Financial Growth Streamlit App! This interactive application visualizes India’s financial progress over the years, using dynamic charts and informative metrics. It is designed to provide users with a comprehensive understanding of the nation’s economic development.
Ensure you have Python 3.7 or above installed. The app requires the following Python libraries:
streamlit
pandas
matplotlib
plotly
You can install the dependencies using:
pip install -r requirements.txt
git clone https://github.com/Soumyadipta2020/financial_growth_app.git
cd financial_growth_app
streamlit run app.py
The app uses publicly available datasets from trusted sources such as:
Ensure the data
directory contains all the necessary datasets for the app to function correctly.
Contributions are welcome! If you have ideas to enhance the app or fix issues, feel free to fork the repository, make changes, and submit a pull request.
Steps to Contribute:
git checkout -b feature-name
git commit -m "Add feature-name"
git push origin feature-name