Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

chatbot

## 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
```