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.
- Host: GitHub
- URL: https://github.com/brainiac2677/paper-scholar
- Owner: BRAINIAC2677
- Created: 2025-01-19T08:18:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-19T12:55:49.000Z (over 1 year ago)
- Last Synced: 2025-12-29T05:51:10.120Z (6 months ago)
- Topics: langchain, streamlit
- Language: Python
- Homepage: https://paper-scholar.streamlit.app/
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```