Skip to content

imrany/gemmie

Repository files navigation

Gemmie

A simple personal AI assistant.

✨ Features

  • 💬 Chatbot interface with streaming responses
  • ⚡ Fast and lightweight
  • 🛡️ Privacy and security features built-in

🚀 Getting Started

1. Clone & Install

git clone https://github.com/imrany/gemmie.git
cd gemmie
pnpm install

2. Run Dev Server

npm run dev

Open your browser at http://localhost:3000.

💬 Chat Example

Demo video

📂 Project Structure

├── env.d.ts
├── index.html
├── LICENSE
├── postcss.config.js
├── public
│   └── manifest.json
├── README.md
├── screenshot1.png
├── src
│   ├── App.vue
│   ├── assets
│   │   ├── base.css
│   │   └── main.css
│   ├── components
│   │   ├── SideNav.vue
│   │   └── TopNav.vue
│   ├── main.ts
│   ├── router
│   │   └── index.ts
│   ├── types
│   │   └── index.ts
│   └── views
│       └── HomeView.vue
├── tailwind.config.js
├── tsconfig.app.json
├── tsconfig.json
├── tsconfig.node.json
└── vite.config.ts
├── postcss.config.js
├── public
│   └── manifest.json
├── README.md
├── screenshot1.png
├── src
│   ├── App.vue
│   ├── assets
│   │   ├── base.css
│   │   └── main.css
│   ├── components
│   │   ├── SideNav.vue
│   │   └── TopNav.vue
│   ├── main.ts
│   ├── router
│   │   └── index.ts
│   ├── types
│   │   └── index.ts
│   └── views
│       └── HomeView.vue
├── tailwind.config.js
├── tsconfig.app.json
├── tsconfig.json
├── tsconfig.node.json
└── vite.config.ts

📄 License

This project is licensed under the MIT License.

💖 GitHub Sponsor

If you find Gemmie useful, consider sponsoring me on GitHub to support ongoing development!

About

Gemmie, your personal AI assistant

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors