Skip to content

electrocucaracha/ai-refactor-demo

Repository files navigation

AI Code Refactor Assistant Demo

License GitHub Super-Linter

visitors Scc Code Badge Scc COCOMO Badge

Summary

A didactic project to understand how Ollama service can be consumed.

Setting up a local instance

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

Setting up a devcontainer

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

Setting up a codespace

Open in GitHub Codespaces