Skip to content

Web interface to search ArXiv papers using NLP Sentence-Transformers, Faiss and Streamlit

License

Notifications You must be signed in to change notification settings

mcpeixoto/Paper-Recommendation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Paper Recommendation System

For keeping your sanity when searching for papers.

View Demo (In the Future) . Report Bug . Request Feature

Contributors Issues License Forks Stargazers

About The Project

Built With

Getting Started

Prerequisites

For this project you will need to have installed Conda or Miniconda and have a Kaggle account.

This also requires ~20Gb of RAM to run and a GPU is recommended

Installation

  1. Install the dependencies
make install

This will use the environment.yml file and conda to create a new environment with all the required dependencies.

  1. (Optional) Download the Faiss index & Data checkpoint
make download_checkpoint
  1. Update the Index and Dataset

(Optional if you did step 2)

This will download the ArXiv dataset from Kaggle and create/update the Faiss index.

make update
  1. Run the following command to start the Streamlit app:
make run

Usage

For running the aplicattion, after following the installation steps, run the following command:

make run

If you desire to update the ArXiv dataset and the Faiss index, run the following command:

make update

Roadmap

  • Add Taggs to the papers
  • Provide a way to add the paper to Zotero
  • Add button to find similar papers
  • Show the categories
  • Show the authors
  • Provide a preview of the paper
  • Question Answering to papers
  • Add "make download_checkpoint"
  • Filter papers by time

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Authors

About

Web interface to search ArXiv papers using NLP Sentence-Transformers, Faiss and Streamlit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published