2025-07-01 20:03:37 +02:00
2025-06-27 07:26:58 +02:00
2025-05-30 20:27:43 +02:00
2025-05-30 20:27:43 +02:00
2025-05-30 20:27:43 +02:00

Introduction

This is yet another attempt to create the ultimate management tool This time, the development will be done in Python exclusively, using FastHTML to serve the front end

To start

cd src
python main.py

Using Docker

  1. Build and start the services:
docker-compose up -d

The application will be accessible on port 8000 (or whatever port you configured).

  1. Initialize the Mistral model (first run):
docker-compose exec ollama ollama pull mistral:7b-instruct
  1. Check logs:
docker-compose logs -f
  1. Stop the services:
docker-compose down
  1. Rebuild:
docker-compose build
Description
No description provided
Readme 1.4 MiB
Languages
Python 87.9%
JavaScript 9.1%
CSS 2.9%