37c91d0d5de7cf0d1721d8b16aae751a8ff66c07
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%