https://github.com/electrocucaracha/ai-refactor-demo
Llama index demo project
https://github.com/electrocucaracha/ai-refactor-demo
deepseek-coder llama3 llamaindex-rag ollama refactoring
Last synced: 2 months ago
JSON representation
Llama index demo project
- Host: GitHub
- URL: https://github.com/electrocucaracha/ai-refactor-demo
- Owner: electrocucaracha
- Created: 2025-01-28T21:29:53.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-01-30T05:39:55.000Z (4 months ago)
- Last Synced: 2025-02-10T00:51:15.412Z (4 months ago)
- Topics: deepseek-coder, llama3, llamaindex-rag, ollama, refactoring
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Code Refactor Assistant Demo
[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/marketplace/actions/super-linter)
[](https://github.com/boyter/scc/)
[](https://github.com/boyter/scc/)## Summary
A didactic project to understand how Ollama service can be consumed.
## Setting up a local instance
Note you must have [docker](https://docs.docker.com/engine/install/) installed.
```sh
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](https://docs.docker.com/engine/install/) and [devcontainer CLI](https://github.com/devcontainers/cli?tab=readme-ov-file#npm-install) installed.
```sh
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
[](https://github.com/codespaces/new?repo=electrocucaracha/ai-refactor-demo)