https://github.com/mayhem/openllum.org
openllum.org web page
https://github.com/mayhem/openllum.org
Last synced: 6 months ago
JSON representation
openllum.org web page
- Host: GitHub
- URL: https://github.com/mayhem/openllum.org
- Owner: mayhem
- License: bsd-3-clause
- Created: 2025-01-26T23:24:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-02T23:57:48.000Z (over 1 year ago)
- Last Synced: 2025-06-04T08:16:36.695Z (about 1 year ago)
- Language: HTML
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
openllum.org
============
Web page for Barcelona's alternate alternate LLM festival
Setup
-----
```
python -m venv .ve
source .ve/bin/activate
pip install -r requirements.txt
flask --app server --debug run
```