Skip to content

ianjiang7/p4_GaslightingGatekeepingGirlbosssesPartX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Simulator by p4_GaslightingGatekeepingGirlbosssesPartX

  • 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.

APIs

Launch Codes

How to clone/install

  1. Clone the repo:
git clone [email protected]:ianjiang7/p4_GaslightingGatekeepingGirlbosssesPartX.git
  1. Create a Python Virtual Environment:
python3 -m venv venv
  1. Activate the Virtual Environment MacOS:
source venv/bin/activate

Windows:

cd Scripts/
. activate

Linux:

venv/bin/activate

How to run

  1. Install all the requirements
pip install -r requirements.txt
  1. Start the flask app.
python app/__init__.py

Data

Description

Source

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages