bogofilter applied on webs with a web interface.
The more pages you classifies by hand, the better it will work.
- clone the repository:
git clone git@github.com:magmax/webclassifier.git
- run docker-compose:
docker-compose up -d
- initialize the database with
docker-compose exec web python manage.py migrate
- go to localhost:8000
- add some urls
- classify some of them by hand
- press the "Process All" button.