- Aden Garbutt: HTML/CSS/FEF
- Ian Jiang: JavaScript
- Gitae Park: SQLite3/database
- Kevin Xiao: APIs
Our Stock Simulator will use data on stocks and Kaggle models to predict whether specific stocks will go up or down by simulating up to several trials and the result will be the most common outcome.
- Clone the repo:
git clone [email protected]:ianjiang7/p4_GaslightingGatekeepingGirlbosssesPartX.git
- Create a Python Virtual Environment:
python3 -m venv venv
- Activate the Virtual Environment MacOS:
source venv/bin/activate
Windows:
cd Scripts/
. activate
Linux:
venv/bin/activate
- Install all the requirements
pip install -r requirements.txt
- Start the flask app.
python app/__init__.py