/curso_tdi_llm_unrc

Curso de IA, LLM y Tratamiento de Imágenes

Primary LanguagePython

Curso de AI, LLMs y Tratamiento de Imágenes

Instalación

sudo apt install geany
git clone https://github.com/martinber/curso_tdi_llm_unrc.git
cd curso_tdi_llm_unrc
python3 -m venv ./.venv
source ./.venv/bin/activate
pip3 install gpt4all requests flask numpy matplotlib pillow pyqt5

Ejecución

source ./.venv/bin/activate
cd llm_server
./ai.py
flask run
source ./.venv/bin/activate
cd inpainting
./inpainting.py