Learning resources, code samples, and seminar materials for the Jac & Jaseci Course Seminar offered by the Open University of Kenya (OUK). This repository supports students with practical examples, notes, and projects to deepen understanding of Jaseci’s AI/ML programming concepts and applications.
# AI-Powered Multimodal (Jac)
Jac + jac-cloud + Streamlit demo
Backend: `server.jac` (+ `server.impl.jac`)
UI: `app.py`
## Run
```bash
source .venv/bin/activate
export API_BASE="
localhost" # or your port
jac serve ./server.jac --host 0.0.0.0 --port 8011
# in another terminal:
streamlit run app.py