dogukan10 / QwertyCENG596

CENG 596 Term Project
0 stars 1 forks source link
classifiers tweet-categories

QWERTY - CENG 596 Term Project

Tweet Categories

Each tweet category is represented by a code, which is a number between 0 and 7, and label such as Music or Health. Available tweet categories are the followings:

Tweets

tweets.txt contains to tweets used to train and test our classifier. The following style is used to append new tweets to this file:

<Tweet_HERE>
$$$$$<Tweet_Code_Here>

Note that tweets should be in English.

Preprocessing

Preprocessing steps which are applied to each tweet during the classifications are the followings:

Web Application

This project has a simple web application where you can check the category of the tweet. Once you run app.py, you can access web application on http://localhost:5000/