Thumbs Up News
Using Machine Learning to filter through RSS news feeds and returning only positive articles
Add all the sources and what was used on the project
Mention accuracy of classifiers on the about page
Finish training the category classifier and it's at 59% accuracy
Add news descriptions to the category classifier to try and improve accuracy
Find and fix bug with category classifier
Retrain classifier with new distributed data to see if it improves accuracy
Clean data from categories dataset and distribute data to be the same throught the different categories
Code and write the About Us page
Add close button to mobile menu
Check all headlines from today and yesterday and toggle positive ones on
Finish off the category classifier and fix bug that made impossible to train classifier
Fix various UI bug issues
Add hamburger menu to mobile and toggle menu on/off from button
Work on script to add scrapped news to the dataset, to improve the classifier
Initial work on new classifier to get categories from a text/headline
Fix bug in pagination - would get wrong page and would crash app
Handle case where there is no next pages for pagination
Add pagination to the pages
Add all the categories to the sidebar
Manual check 600 headlines and set is_positive flag to true to show in the website
Review PR that adds support for sending files to telegram connector
Add filtering and search params to categories, so we can query partial matches