https://github.com/avoss84/genai_playground
https://github.com/avoss84/genai_playground
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/avoss84/genai_playground
- Owner: AVoss84
- Created: 2024-10-12T19:22:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T14:13:13.000Z (over 1 year ago)
- Last Synced: 2024-12-30T15:23:11.924Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GenAI Playground
Completely unrelated GenAI code examples
## Local package installation
Create virtual environment with all package dependencies
```bash
curl -LsSf https://astral.sh/uv/install.sh | sh # get uv manager
uv venv genai --python 3.12
source genai/bin/activate
```
```bash
uv pip install -r requirements.txt
```
```bash
streamlit run streamlit_llama32_vision.py
```
```bash
streamlit run streamlit_llama32_vision.py
```
```bash
chainlit run chainlit_llama32_vision.py -w
```