Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

ai machine-learning openrouter python

Last synced: 4 days 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