Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robertosilvaz/ollama-chat-ui
- Owner: RobertoSilvaZ
- Created: 2024-11-12T17:17:33.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T23:55:25.000Z (2 months ago)
- Last Synced: 2025-01-13T03:15:15.911Z (14 days ago)
- Topics: ai, docker, llama, mml, models, ollama, react, typescript
- Language: TypeScript
- Homepage:
- Size: 265 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.