Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zahidedusgun/ollama-gemma2-2b-model-chatapp
A Chat App with Gemma2:2b Model
https://github.com/zahidedusgun/ollama-gemma2-2b-model-chatapp
chatapp gemma hono nodejs ollama react vire
Last synced: about 1 month ago
JSON representation
A Chat App with Gemma2:2b Model
- Host: GitHub
- URL: https://github.com/zahidedusgun/ollama-gemma2-2b-model-chatapp
- Owner: zahidedusgun
- Created: 2024-08-04T15:45:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T14:02:30.000Z (3 months ago)
- Last Synced: 2024-10-10T18:43:09.391Z (about 1 month ago)
- Topics: chatapp, gemma, hono, nodejs, ollama, react, vire
- Language: TypeScript
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gemma Model Chat Project
This project is a chatbot powered by the **Ollama Gemma 2B** model, built using **React** and **Vite** for the frontend, and **Node.js** with **Hono** for the backend.
**Special thanks to Alper Tunga** for his contributions. The project was developed during a workshop led by [altudev](https://github.com/altudev).
## Interface
## About Ollama and Gemma
**Ollama** is a platform for running large language models (LLMs). **Gemma 2B** is a 2 billion parameter model on this platform, excelling in natural language processing tasks.
## Setup
1. **Start the Backend:**
```bash
npm run dev
```2. **Start the Frontend:**
```bash
npm run dev
```