Luciano Gervasoni 54ebd58070 Url content
2025-03-07 00:34:46 +01:00
2025-03-07 00:34:46 +01:00
2025-03-07 00:34:46 +01:00
2025-03-07 00:34:46 +01:00
2025-03-06 21:53:04 +01:00
2025-03-07 00:34:46 +01:00
2025-03-07 00:34:46 +01:00
2025-03-06 21:53:04 +01:00
2025-03-07 00:34:46 +01:00

Requirements

conda create -n matitos python=3.12
conda activate matitos
pip install ipykernel django requests ollama psycopg[binary] # openai

Development

  • app_web

# 1) Change models.py
python manage.py inspectdb

# 2)
python manage.py makemigrations
# 3)
python manage.py migrate --fake

# ?
python manage.py migrate --fake sessions zero
python manage.py migrate --fake-initial


python manage.py createsuperuser
  • app_img_gen
docker build -t image_generation .
docker run --rm -it -p 12343:80 image_generation

Deploy

python manage.py runserver
Description
No description provided
Readme 2.2 MiB
Languages
Python 59.3%
Jupyter Notebook 21.7%
HTML 16.6%
Dockerfile 2.2%
Shell 0.2%