Skip to content

zahidedusgun/Ollama-Gemma2-2b-Model-ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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