gitllm / README.md
heaversm's picture
move readme, modify for HF
9fc6f91
---
title: Github Repo LLM
emoji: πŸ‘©β€πŸ’»
colorFrom: red
colorTo: purple
sdk: gradio
sdk_version: 4.29.0
app_file: main.py
pinned: false
license: apache-2.0
hf_oauth: true
hf_oauth_scopes:
- read-repos
---
### Up and Running
`python -m venv .venv`
`source .venv/bin/activate`
`pip3 install -r requirements.txt`
`python3 main.py https://github.com/streamlit/streamlit`
where the URL is the repo you want to ask questions about