- Clone the repo
git clone https://github.com/Akashmodi371/Stock-prediction.git
- Install Dependencies
Pip install -r requirements.txt
- Run Project
Python app.py
This program predicts the close price of stocks for a specific day using the Machine Learning algorithm.
├── app.py
├── ticks.csv
├── models.py
├── utils.py