Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 554 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 554 Bytes

Stock Price prediction application

AI tool to predict stock price for FAANG companies

To run on localhost:

  1. Clone the project to your local machine using CLI
gh repo clone wadewilsones/local_library
  1. Install dependencies (you should have pip manager). Run the command:
pip install -r requirements.txt
  1. After all dependencies are installed, go to view folder from the root to view folder
cd view
  1. To run the app on developemnt server use: (Make sure you are in view folder)
python -m flask --app index run