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

https://github.com/docspedia/docspedia

Chat with your pdf using your local LLM, OLLAMA client.
https://github.com/docspedia/docspedia

chatbot chatwithdocs chatwithpdf docspedia document documents llm localllm ollama ollama-chat ollama-client pdf privategpt

Last synced: about 2 months ago
JSON representation

Chat with your pdf using your local LLM, OLLAMA client.

Awesome Lists containing this project

README

        

# docspedia

## OLLAMA based R.A.G mac app, Building.....

![app demo](https://github.com/docspedia/docspedia/blob/main/src/renderer/src/assets/demo2.png?raw=true)

![upload doc modal](https://github.com/docspedia/docspedia/blob/main/src/renderer/src/assets/uplode-doc.png?raw=true)

![delete doc modal](https://github.com/docspedia/docspedia/blob/main/src/renderer/src/assets/delete-modal.png?raw=true)

![vergin upload doc](https://github.com/docspedia/docspedia/blob/main/src/renderer/src/assets/vergin-upload-doc.png?raw=true)

![chat page UI](https://github.com/docspedia/docspedia/blob/main/src/renderer/src/assets/chat.png?raw=true)

## Project Setup

### Install

```bash
$ pnpm install
```

### Development

```bash
$ pnpm dev
```

### Build

```bash
# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux
```