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

https://github.com/liteobject/demo-openrouter-ai


https://github.com/liteobject/demo-openrouter-ai

ai machine-learning openrouter python

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

        

# Explore Open Router AI

## Create a virtual python environment
- `virtualenv -p python3.11 env_name`
- `python -m venv env_name`

---
## Create a file listing all required dependencies of the Python project
pip freeze > requirements.txt

## Install dependencies from requirements.txt:
pip install -r requirements.txt

---
## Stremlit setup

### Install streamlit package
pip install streamlit

### Run the app
streamlit run app.py