2bd998fe6981804f2e2686c0314747fbccd9906d
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 8001 (if the docker compose file was not changed !).
- 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%