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

https://github.com/brainiac2677/paper-scholar

Paper Scholar is a LLM powered research paper search and analysis tool.
https://github.com/brainiac2677/paper-scholar

langchain streamlit

Last synced: 2 months ago
JSON representation

Paper Scholar is a LLM powered research paper search and analysis tool.

Awesome Lists containing this project

README

          

# Paper Scholar

### [Live Demo](https://paper-scholar.streamlit.app/)

Paper Scholar is a research paper search and analysis tool that integrates open-source LLMs for document understanding and querying.

## Tech Stack
- LangChain
- StreamLit

## Installation
1. Clone the repository and open it in a GitHub Codespace.
2. Install dependencies:
```bash
pipenv install
3. Run the StreamLit app:
```bash
streamlit run main.py
```