Stock Trend Prediction App

Markdown Monster icon

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