No description
  • Python 60.3%
  • HTML 39.7%
Find a file
2021-04-28 00:27:44 +01:00
machine_learning Remove old TODO 2021-04-27 20:29:31 +01:00
static/img Added basic, empty interface with some bootstrap CSS. 2021-04-23 15:05:50 +01:00
templates Add links to help page 2021-04-27 19:08:49 +01:00
.gitignore Add machine learning component 2021-04-26 22:39:59 +01:00
controlled vocabulary.txt Reformat CV 2021-04-28 00:27:44 +01:00
Finance_Pull.py Update Finance_Pull.py 2021-04-27 21:04:36 +01:00
forms.py Connected inputted form data to the stock page, to be displayed. 2021-04-27 14:41:42 +01:00
generate_summaries.py Add machine learning component 2021-04-26 22:39:59 +01:00
README.md Create README.md 2021-04-27 22:23:00 +01:00
requirements.txt Fixed requirements.txt 2021-04-27 13:53:39 +01:00
setup.txt Added basic, empty interface with some bootstrap CSS. 2021-04-23 15:05:50 +01:00
summaries.json Add additional machine learning attributes 2021-04-27 16:24:57 +01:00
wsgi.py Update error endpoint to correctly return error code 2021-04-27 19:50:57 +01:00

Finance recommender

Built using Python and Flask.

Uses the Alpha Vantage finance API to get data. We are using free version, so are limited to 5 requests per minute and 500 per day

Compatibility:

Tested with:

  • Python 3.6
  • Python 3.8

May work with other versions of python, but we make no guarantees.

Requirements

Install dependencies via:

pip install -r requirements.txt

Deployment:

Deployment is on the Cardiff University OpenShift server. You will need to be on the uni VPN in order to access the website.

OpenShift deployment