Skip to content

janost/storytime

Repository files navigation

Storytime

What?

Rudimentary self-hosted webapp to generate short stories for children with a self-hosted LLM.

Why?

Just for playing around and for demonstration purposes.

How does it work?

Currently it's using ollama hosting mistral-openorca. The model is configurable.

How do I use it?

Without CUDA:

docker compose up

With CUDA:

docker compose -f docker-compose.cuda.yml up

Visit http:https://127.0.0.1:4000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published