A didactic project to understand how Ollama service can be consumed.
Note you must have docker installed.
git clone https://github.com/electrocucaracha/ai-refactor-demo
docker compose up -d
You can then access the site on http:\\locahost:8501
Note you must have docker and devcontainer CLI installed.
git clone https://github.com/electrocucaracha/ai-refactor-demo
devcontainer up --workspace-folder .
You can then run the site using streamlit run app.py
and access the site on http:\\locahost:8501