https://github.com/johnsutor/wtm-backend
Backend for the What's The Move backend for HackGT
https://github.com/johnsutor/wtm-backend
Last synced: about 2 months ago
JSON representation
Backend for the What's The Move backend for HackGT
- Host: GitHub
- URL: https://github.com/johnsutor/wtm-backend
- Owner: johnsutor
- Created: 2019-10-26T17:13:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T19:54:07.000Z (about 5 years ago)
- Last Synced: 2025-01-19T05:38:17.817Z (over 1 year ago)
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WTM Backend
This repository contains the code for the back end
of the What's The Move app. Powered by PyTorch and
Flask's API service, the WTM backend provides an
efficient means of reccomending restaurants based
on the principles of Q Learning. Taking in the user's
input each time they go out, What's The Move finds
the optimal experiences for each user based on
their preferred venues from the past.