https://github.com/agentmorris/askaplayer
Uses sophisticated AI techniques and natural language generation to emulate the interview tactics of NFL players and/or coaches
https://github.com/agentmorris/askaplayer
Last synced: about 1 year ago
JSON representation
Uses sophisticated AI techniques and natural language generation to emulate the interview tactics of NFL players and/or coaches
- Host: GitHub
- URL: https://github.com/agentmorris/askaplayer
- Owner: agentmorris
- Created: 2021-12-16T23:29:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T02:52:51.000Z (over 4 years ago)
- Last Synced: 2025-02-10T18:11:20.486Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ask a Coach and/or Player
## Overview
This app uses "sophisticted AI techniques" and "natural language generation"
to behave like an NFL coach and/or player.
I also used it to learn a bit of Flask.
Running example at .
## Notes to self
### Updating the db
```bash
cd askaplayer/app
export FLASK_APP=askacoach
export FLASK_ENV=development
flask init_db
```