This tool automatically extracts the name of your research papers and the corresponding conclusion.
It then outputs them to an Excel file where you can navigate your research more easily.📈
After cloning the repo, install the required modules using
pip install -r requirements.txt
Run the main.py file.
A prompt will ask you to enter the directory where you have stored all your research papers.
This is the output which then allows to quickly skim through your research and find what you need based on the conclusions.
I will be continously working on improving functionality and speed of the script. This is the initial version which will be improved in the future.
-
Implement multiprocessing as the process for scanning through the whole PDF to find the word 'Conclusion' can be quite time intensive. I think multiprocessing is the way to go because the text processing requires a lot of CPU work.
-
Create an easy to use graphical interface for non-programmers as the people that can make use of this tool are mostly non-programmers.
Feel free to contact me if you have improvement ideas.✅