Skip to content

cindia3704/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
# Windows
python -m venv venv
venv\Scripts\activate
# Mac
virtualenv venv --python=python3.8
source venv/bin/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

Deployed Website

Please access the following url to see our website deployed: Fastock

Machine Learning Model

Our model was trained using a library called Fastai. It is able to classify 8 different stock patterns, and has an accuracy of 95.43% To see the model, please visit the following link: Fastock Machine Learning Model

Team Members

Backend

Front-end

About

2020 Winter Peoplespace Internship Program

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 61.7%
  • CSS 18.9%
  • HTML 14.6%
  • Python 3.1%
  • SCSS 1.2%
  • JavaScript 0.5%