https://github.com/chanulee/persona-studio
Your true personal AI. Full ownership, customisation and control.
https://github.com/chanulee/persona-studio
ollama ollama-app ollama-gui
Last synced: about 1 year ago
JSON representation
Your true personal AI. Full ownership, customisation and control.
- Host: GitHub
- URL: https://github.com/chanulee/persona-studio
- Owner: chanulee
- Created: 2024-11-04T22:44:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T17:29:13.000Z (over 1 year ago)
- Last Synced: 2025-03-25T15:53:59.562Z (about 1 year ago)
- Topics: ollama, ollama-app, ollama-gui
- Language: JavaScript
- Homepage:
- Size: 75.2 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Persona Studio
Persona Studio is an open-source take on [Meta AI Studio](https://ai.meta.com/ai-studio/).
Difference? You have the ownership on your data, personas and even modify the studio itself.
## Features
1) Basic chat features from [coreOllama](https://github.com/chanulee/coreOllama)
- Model/persona selection, Model manager (pull, view and delete models), Image input for [llama3.2-vision:latest](https://ollama.com/library/llama3.2-vision), Server status, Dark mode, context management
2) Personas, product structure & etc still being developed
## TBD - To Be Developed
- Persona builder
- Textfield on landing instead of start chatting button
- Export and import persona
- Chat history
---
## Beginner's guide
1. Ollama setup - install ollama app for mac (You can download model or just proceed and use gui)
2. Quit the app (check on your status bar).
3. Open terminal and enter `ollama serve`. Keep that terminal window open.
4. Check http://localhost:11434/, it should say "Ollama is running".
5. Download the repo and open `index.html`
## For future reference
- Making a custom model using huggingface model https://www.youtube.com/watch?v=bXf2Cxf3Wk0
- Customisation of existing model (llama)