Stock Market Analysis and Prediction is the project on technical analysis, visualization and prediction using data provided by Yahoo Finance.
Last updated May 24, 2026
15
Stars
6
Forks
1
Issues
0
Stars/day
Attention Score
6
Language breakdown
Python 100.0%
▸ Files
click to expand
README
Stock-Market-Analysis-and-Prediction-WebApps
Stock Market Analysis and Prediction is the project on technical analysis, visualization and prediction using data provided by Yahoo Finance.
Installation
Streamlit
Streamlit is an open-source app framework for Machine Learning and Data Science teams. Create beautiful data apps in hours, not weeks.
Use the package manager pip to install streamlit.
pip install streamlit
Yfinance
yfinance aimes to solve this problem by offering a reliable, threaded, and Pythonic way to download historical market data from Yahoo! finance.
Use the package manager pip to install yfinance.
pip install yfinance
Usage
To run the python script file in ternimal
streamlit run app.py
Web App

🔗 More in this category