An open API service indexing awesome lists of open source software.

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

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
```