Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robertosilvaz/ollama-chat-ui


https://github.com/robertosilvaz/ollama-chat-ui

ai docker llama mml models ollama react typescript

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# ollama-chat-ui

Allow users to chat with ML models using a web interface, using the Ollama Chat API.
All the conversations are stored in a database locally in the browser using IndexedDB.

## Run the project

1. Create a `.env` file in the root of the project with the content of the `.env.example` file.

2. Install the dependencies:

```bash
npm install
```

3. Build the container:

```bash
docker-compose build
```

4. Up the container:
```bash
docker-compose up
```

## Credits

Author: Roberto Silva Z.