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.
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.
-
Start the Backend:
npm run dev
-
Start the Frontend:
npm run dev