This tool downloads reasearch papers, books, etc for a given topic and can perform numurous tasks on them like calculation how much they are similar to a given document. In future it will also have an option to analize the documents and make a chatbot trained on them
- add your core website api to api.py
- install all the neccessery libraries
- make use of research.py --help to know more
this program first calculates the tf-idf:

then the cosign smilarity for the documents:

#Future In future this tool will have a function to analize the documents and make a chatbot out of them, with a GUI...