GARX is a project that uses Groq as an Arxiv paper reading assistant. With GARX, users can quickly understand and digest academic papers on Arxiv, reducing the time spent on reading papers. Users simply need to provide their Groq API key and search for the paper you want then interact with Groq (ArxivBot) and gain in-depth knowledge about the paper's details.
Install Dependency
pip install -r requirements.txt
Run the Script
python main.py
Basic Usage
Input Groq API key in key.ini
,save the file and here you go.
Currently in the very early stages of development, here are the features we plan to add in future versions:
- Language switching: Allowing users to switch the interface and chat language according to their needs.
- Style switching: Providing users with multiple chat style options to meet different reading and learning needs.
- Image reading: Enabling ChatGPT to recognize and interpret images, charts, and other visual content in papers.
- PDF preview: Previewing the full PDF version of the paper directly within GARX.
- Paper history management: Allowing users to manage the papers they have read for easy review and further research.