this app provide API to get crawled news and to tag comments on news websites
This app has 5 part:
- a crawler to get news from NPR website
- a vectorizer to process comments for clarification
- a classifier module to detect toxic comments
- a SQLite database to store data
- a flask app providing APIs : get news, get comments and post new comments
to run this app use this command:
flask run
Couples
- SQLite
To test local API via UI and more info :
For more information about the classifier module see description tab