Skip to content

apstrong/catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omni Catalog

A Streamlit web application for browsing and viewing model configurations from the Omni API.

Features

  • Automatic loading of available models
  • Interactive model selection
  • YAML file viewing with syntax highlighting
  • Clean and intuitive user interface

Setup

  1. Clone the repository:
git clone <repository-url>
cd omni-catalog
  1. Create a virtual environment and activate it:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Set up environment variables: Create a .env file in the root directory with your API credentials:
OMNI_API_KEY=your_api_key_here
  1. Run the application:
streamlit run app.py

Requirements

  • Python 3.9+
  • Streamlit
  • PyYAML
  • python-dotenv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages