Skip to content
View summarizepaper's full-sized avatar
Block or Report

Block or report summarizepaper

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
summarizepaper/README.md

arXiv Paper Summarization Website πŸ“šπŸ€–

This is a web application that uses AI to summarize academic papers from arXiv, and provides a virtual assistant πŸ€– to answer questions about the paper. You can check it live: SummarizePaper.com

Features ✨

  • Summarizes arXiv papers using state-of-the-art natural language processing techniques πŸ€“
  • Provides a virtual assistant to answer questions about the paper, based on the paper's content and metadata πŸ€–
  • User-friendly interface with search functionality and easy navigation πŸ’»
  • Supports multiple languages 🌐

Installation πŸ’Ύ

To install the django application, you need to have Python 3.6 or later installed on your system.

  1. Clone the repository to your local machine.
  2. Install the required Python packages by running pip3 install -r requirements.txt.
  3. Start the web server by running python3 manage.py runserver.
  4. Access the application by visiting http://127.0.0.1:8000/ in your web browser.

Usage πŸ’‘

To use the application, simply enter a query in the search bar on the homepage, and the system will return a list of relevant papers. Clicking on a paper will take you to a summary page, where you can view the paper summary and ask questions about the paper using the virtual assistant.

Contributors :octocat:

This project was developed by ✨ Quentin Kral ✨. If you have any questions or suggestions, please feel free to contact us.

License πŸ“ƒ

This project is licensed under the MIT License - see the LICENSE file for details. πŸ“‹

Popular repositories

  1. summarizepaper summarizepaper Public

    An AI-powered arXiv paper summarization website with a virtual assistant for answering questions.

    Python 229 30