28 lines
No EOL
894 B
Markdown
28 lines
No EOL
894 B
Markdown
## 🔎 Chat with Arxiv Research Papers
|
|
This Streamlit app enables you to engage in interactive conversations with arXiv, a vast repository of scholarly articles, using GPT-4o. With this RAG application, you can easily access and explore the wealth of knowledge contained within arXiv.
|
|
|
|
### Features
|
|
- Engage in conversational interactions with arXiv
|
|
- Access and explore a vast collection of research papers
|
|
- Utilize OpenAI GPT-4o for intelligent responses
|
|
|
|
### How to get Started?
|
|
|
|
1. Clone the GitHub repository
|
|
|
|
```bash
|
|
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git
|
|
```
|
|
2. Install the required dependencies:
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|
|
```
|
|
3. Get your OpenAI API Key
|
|
|
|
- Sign up for an [OpenAI account](https://platform.openai.com/) (or the LLM provider of your choice) and obtain your API key.
|
|
|
|
4. Run the Streamlit App
|
|
```bash
|
|
streamlit run chat_arxiv.py
|
|
``` |