https://github.com/assios/tweet-classification
https://github.com/assios/tweet-classification
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/assios/tweet-classification
- Owner: Assios
- Created: 2015-11-05T14:34:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T13:37:36.000Z (about 9 years ago)
- Last Synced: 2025-01-24T19:36:33.864Z (4 months ago)
- Language: CSS
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tweet-classification
Crowdsourcing sentiment classification of tweets
## Local setup
1. Install Meteor: ```curl https://install.meteor.com/ | sh```
2. Run meteor: ```meteor run```
3. The app is now running on ```localhost:3000```