/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.

Primary LanguagePython

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