https://github.com/greenboxal/aip
https://github.com/greenboxal/aip
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/greenboxal/aip
- Owner: greenboxal
- Created: 2023-04-23T18:49:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T03:28:07.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T18:00:52.567Z (11 months ago)
- Language: Go
- Homepage: https://aip-two.vercel.app
- Size: 8.81 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```