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

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

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