shabh2412 / stock_price_prediction_application

This project aims to develop a stock prediction application using Machine Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stock Prediction using Machine Learning

How to use?

  1. Enter the following command in CMD or Terminal git clone https://github.com/shabh2412/stock_price_prediction_application.git
  2. Open terminal or CMD and cd into the cloned folder. Or, you can simply open the folder in CMD
  3. Create a virtual environment : python3.8 -m venv v_env
  4. Activate the virtual environment : For MacOs source v_env/bin/activate
  5. run pip install -r requirements.txt
  6. run python3.8 app.py
  7. Open the app using the link given in terminal.

About

This project aims to develop a stock prediction application using Machine Learning

License:GNU General Public License v3.0


Languages

Language:Python 99.8%Language:CSS 0.2%