https://github.com/avoss84/agile-clock
Funny GenAI-based meeting clock
https://github.com/avoss84/agile-clock
ollama
Last synced: 5 months ago
JSON representation
Funny GenAI-based meeting clock
- Host: GitHub
- URL: https://github.com/avoss84/agile-clock
- Owner: AVoss84
- License: mit
- Created: 2024-08-20T21:05:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T21:52:21.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T06:51:19.134Z (over 1 year ago)
- Topics: ollama
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Funny agile clock
This repo provides Python code for a Streamlit app which runs an 'agile clock' which e.g. can be used in meetings. The GenAI agent is based on Ollama and will 'chase' the speaker in a polite way to hurry up the more time passes by. For every session the app will select a new agent profile, whose 'dialect' it will adapt. Code is based on Python 3.12.
# Setup
Create virtual environment with required packages
```bash
python3 -m venv clock
source clock/bin/activate
pip install -r requirements.txt
```
Download the Ollama server from https://ollama.com
Current available agent profiles (feel free to add your own;)
```
Cowboy: 🤠
Pirate: 🏴☠️
Hip-hop singer: 🎤
Insurance employee: 💼
Rastafarian: 🧑🏾🦱
Alien from another planet: 👽
Vogon Poet from Hitchiker's guide to the galaxy: 4️⃣2️⃣
Existentialist Philosopher: 🤔
William Shakespeare: 🎭
Master Yoda: 🧙♂️
```