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
- Build and start the services:
docker-compose up -d
The application will be accessible on port 8000 (or whatever port you configured).
- Initialize the Mistral model (first run):
docker-compose exec ollama ollama pull mistral:7b-instruct
- Check logs:
docker-compose logs -f
- Stop the services:
docker-compose down
- Rebuild:
docker-compose build
Description
Languages
Python
87.9%
JavaScript
9.1%
CSS
2.9%