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