ECE 568 group project
python 3.6
MongoDB
- Download the zip archive for computer and unzip the folder to any directory
- Open a terminal window
- Navigate to the ECE568_StockPrediction folder (
cd /path/to/ECE568_StockPrediction
) - Install the python package in requirements.txt (
pip install -r requirements.txt
)
-
Start MongoDB server
-
Run the app.py in StockPredictionAPP
cd path/to/StockPredicitionApp python app.py