Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 749 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 749 Bytes

This is a project to obtain the stock market data.

Streamlit is an open-source app framework for Machine Learning and Data Science teams. Create beautiful web apps in minutes. The software libraries used in the project are streamlit , yfinance, pandas, vega_datasets, plotly, streamlit_extras

A project containing 20 stock exchange shares With an interactive display of the data, and downloading the data for which the start and end dates have been selected

Project demo : https://shadow.streamlit.app/

To run the project on your device:

https://github.com/shadowYEM/stocks/

cd stocks

pip install -r requirements.txt

Finally, to run the project in the terminal, do the following:

streamlit run app.py

enjoy 😎