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

https://github.com/greenboxal/aip


https://github.com/greenboxal/aip

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

        

# AI Pipelines™

## Python Setup

```sh
# Create python venv
python3 -m venv "venv"

# Activate venv (once per shell)
source ./venv/bin/activate

# Install requirements
pip install -r requirements.txt
```

## Running

```sh
# Activate venv (once per shell)
source ./venv/bin/activate

# Run main CLI tool
python -m aip -h
```