LAION-AI / django-htmx-llm-streaming

A prototype showing how to stream using Django x htmx.

Repository from Github https://github.comLAION-AI/django-htmx-llm-streamingRepository from Github https://github.comLAION-AI/django-htmx-llm-streaming

Django x HTMX Protoype

This is a prototype project to demonstrate how Django and HTMX can be used together to create a modern web application.

Setup

  1. Clone the repository
  2. Create a virtual environment
  3. Install the dependencies
  4. Run the migrations
  5. adjust the .env variables
  6. Run the server
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

About

A prototype showing how to stream using Django x htmx.


Languages

Language:JavaScript 50.4%Language:CSS 41.3%Language:Python 5.8%Language:HTML 2.6%