Skip to content

jaygaha/quillama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quillama

A local dashboard for running and chatting with Ollama models. It gives you a clean UI for managing models, having conversations, translating text, and working with documents; all running on your own machine.

What's inside

  • backend: FastAPI app that talks to the Ollama API and handles auth, chat sessions, and document context
  • frontend: Svelte app served by Vite

Requirements

  • Ollama installed and running locally
  • Python 3.11+
  • Node.js 18+

Running in development

There is a convenience script that starts both servers at once:

./run-dev.sh

Or start them individually, see the READMEs inside backend/ and frontend/.

Default user

Use these credentials to login:

  • username: admin
  • password: admin123

Screenshot

Login

Login

Translate

Translate

New Chat

New Chat

Contributing

Star the project if you find it useful :)

Fork and PR is welcome.

Happy coding 🚀

About

A local web dashboard for Ollama. Chat with local LLMs, translate text, rewrite and summarize documents, and generate prompts: all running on your own machine.

Topics

Resources

Stars

Watchers

Forks

Contributors