Skip to content

PEOPLESPACE-TEAMA/fastai-adventure

Repository files navigation

FASTOCK - stock chart analysis

We are making a stock chart analysis web service using Django and Bootstrap. We didn't link our page using docker or something else so if you want to check our page, you must download.

Preview

SmartSelectImage_2021-02-01-14-51-54 homepage

Download and Installation

To begin using this template, choose one of the following options to get started:

Usage

After installation, Create a virtual environment to install the things need to do. Stock DB is not uploaded so check dropbox to get db.sqlite3. And run pip install -r requirements.txt and run python manage.py runserver. Then you can see that our page is working.

# create virtual environment & activate
python -m venv venv
venv\Scripts\activate

# install PyTorch
https://pytorch.org/get-started/locally/

# install packages
pip install -r requirements.txt

# download stock db file on dropbox/team1
https://www.dropbox.com/home/TEAM%201

# run web server
python manage.py runserver

# access the page
http://127.0.0.1:8000

what you can do now

informations about our team and service from the page / make your own account / login & logout / bookmark a stock item / check predicted pattern /

what we need to do

refine page design / replace with a better model