Skip to content

A repo for the local browsing history analyser, which lets the user see the topics of what they've browsed.

License

Notifications You must be signed in to change notification settings

maximaminima/browsing-history-analyser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

browsing-history-analyser

A repo for the local browsing history analyser, which lets the user see the topics of what they've browsed.

The requirements are:

  • A daemon which checks the http/https calls from the system. It should insert the appropriate urls in a database.
  • The parser (create_history_db.py and retrieve_pages.py, currently in the root of the PeARS repo).
  • Some distributional semantics code to produce vectors from documents.
  • A clustering algorithm, which clusters vectors by similarity and puts helpful keywords on each cluster.
  • A GUI that lets the user pick which clusters they want to share on the network, together with a program that will produce a vector database for the retained documents, and delete the rest.

About

A repo for the local browsing history analyser, which lets the user see the topics of what they've browsed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Shell 0.8%