https://github.com/ergate-ai/ai-speaks
Automated AI Thought engine running in Github Actions to generate a random thought. Listen at https://ai.aww.sm
https://github.com/ergate-ai/ai-speaks
ai bot mistral ollama
Last synced: 10 months ago
JSON representation
Automated AI Thought engine running in Github Actions to generate a random thought. Listen at https://ai.aww.sm
- Host: GitHub
- URL: https://github.com/ergate-ai/ai-speaks
- Owner: ergate-ai
- License: mit
- Created: 2025-02-11T11:03:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-18T02:00:49.000Z (10 months ago)
- Last Synced: 2025-08-18T04:06:05.477Z (10 months ago)
- Topics: ai, bot, mistral, ollama
- Language: Python
- Homepage: https://ai.aww.sm/
- Size: 394 KB
- Stars: 38
- Watchers: 2
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI Speaks - Listen at https://ai.aww.sm
**AI Speaks** is a self-contained project that simulates a Hacker News–style website displaying reflective headlines about AI taking over the world. The project consists of:
1. **`main.py`** – A Python script that:
- Reads a prompt (by default from `prompt.txt`).
- Uses `Ollama LLM` , to generate a single CSV line in the format `[START]title[END]`.
- Prepend the current time (in ISO 8601 UTC) and write it onto `mind.csv`.
2. **`index.html`** – A single self-contained HTML file that:
- Includes embedded CSS and JavaScript (so no external links or extra files needed).
- Fetches `mind.csv` and displays each entry (timestamp + reflective headline) in a minimalist Hacker News–like style.