Created
March 26, 2024 18:02
-
-
Save Mika-/3d21bfc03e89c741f846fe9bf27af295 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scoop bucket add versions | |
scoop install python uv ollama bun-canary | |
git clone https://github.com/stitionai/devika.git | |
# Model | |
ollama serve | |
ollama pull codellama | |
# Backend | |
cd devika\ | |
uv venv | |
uv pip install -r requirements.txt | |
playwright install --with-deps | |
python devika.py | |
# Frontend | |
cd ui/ | |
bun install | |
bun run dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment