An open API service indexing awesome lists of open source software.

https://github.com/avoss84/genai_playground


https://github.com/avoss84/genai_playground

Last synced: over 1 year ago
JSON representation

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
```