Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shashankvemuri/economic-dashboard
A dashboard for macroeconomic and stock market data built with Python and Dash.
https://github.com/shashankvemuri/economic-dashboard
Last synced: 3 months ago
JSON representation
A dashboard for macroeconomic and stock market data built with Python and Dash.
- Host: GitHub
- URL: https://github.com/shashankvemuri/economic-dashboard
- Owner: shashankvemuri
- Created: 2023-01-13T01:02:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T23:46:14.000Z (about 2 years ago)
- Last Synced: 2024-04-23T01:53:33.629Z (9 months ago)
- Language: Python
- Size: 81.1 KB
- Stars: 17
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Economic Data Dashboard
A dashboard for macroeconomic and stock market data built with Python and Dash. Includes graphical and tabular data on sentiment indicators, unemployment, inflation, treasury rates, and more. A v1 prototype.
## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the required dependencies to run this web dashboard on your local machine.
```bash
pip install -r requirements.txt
```## Usage
Enter into the main directory in your terminal and run the following command.
```
python app.py
```Open up http://localhost:8050/ on your local browser to view the dashboard.
Otherwise, you can visit the dashboard at https://economic-dashboard.onrender.com.
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)