mirror of
https://github.com/randomman552/cm2203-team-13.git
synced 2026-07-04 01:15:39 +00:00
No description
- Python 60.3%
- HTML 39.7%
| machine_learning | ||
| static/img | ||
| templates | ||
| .gitignore | ||
| controlled vocabulary.txt | ||
| Finance_Pull.py | ||
| forms.py | ||
| generate_summaries.py | ||
| README.md | ||
| requirements.txt | ||
| setup.txt | ||
| summaries.json | ||
| wsgi.py | ||
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.