Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 821 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 821 Bytes

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.

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:

    npm run dev
  2. Start the Frontend:

    npm run dev