Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pablovela5620/arxiv-researcher

Summarize any Arixv Paper with ease
https://github.com/pablovela5620/arxiv-researcher

Last synced: about 1 month ago
JSON representation

Summarize any Arixv Paper with ease

Awesome Lists containing this project

README

        




logo

# Arxiv Researcher
Built with Langchain, Nougat, OpenAI, Gradio, and Pixi
## Prerequisites
Only tested on a linux machine, requires a CUDA gpu as Nougat will be too slow otherwise
## Quick Start
### Step 1. Install pixi package manager

```sh
curl -fsSL https://pixi.sh/install.sh | bash
```
Make sure to restart your terminal or source your shell for changes to take affect

### Step 2. Set your OpenAI Key
```sh
export OPENAI_API_KEY=
```

### Step 3. Run Gradio app with Pixi
```sh
pixi run app
```

## Todo
- [x] Initial Release with OpenAI 3.5-16k
- [ ] Add CTransfomers/Ollama for local version
- [ ] Colab Demo
- [ ] Huggingface Spaces Demo

## Acknowledgments

- [Yuvi for original demo inspriing to make this](https://twitter.com/yvrjsharma/status/1697632485440659516)
- [Nougat](https://github.com/facebookresearch/nougat)
- [Langchain](https://www.langchain.com/)
- [Gradio](http://gradio.dev/)
- [Pixi](pixi.sh)
- [OpenAI](https://openai.com/)