https://github.com/climbsrocks/nflteamfinder
predict which tweets are about an NFL team
https://github.com/climbsrocks/nflteamfinder
Last synced: 10 months ago
JSON representation
predict which tweets are about an NFL team
- Host: GitHub
- URL: https://github.com/climbsrocks/nflteamfinder
- Owner: ClimbsRocks
- Created: 2016-03-02T18:39:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-03T05:07:05.000Z (over 10 years ago)
- Last Synced: 2025-04-02T23:29:56.474Z (over 1 year ago)
- Language: Python
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nflTeamFinder
> Returns the likelihood that a given message is about an NFL team
## Installation
From the command line:
1. `git clone https://github.com/ClimbsRocks/nflTeamFinder.git`
1. `cd nflTeamFinder`
1. `pip install -r requirements.txt`
1. `python app.py`
1. Open a browser, and navigate to [http://localhost:5000](http://localhost:5000)