Load any clip model with a standardized interface
Project description
all_clip
Load any clip model with a standardized interface
Install
pip install all_clip
Python examples
Checkout these examples to call this as a lib:
API
This module exposes a single function hello_world
which takes the same arguments as the command line tool:
- message the message to print. (required)
For development
Either locally, or in gitpod (do export PIP_USER=false
there)
Setup a virtualenv:
python3 -m venv .env
source .env/bin/activate
pip install -e .
to run tests:
pip install -r requirements-test.txt
then
make lint
make test
You can use make black
to reformat the code
python -m pytest -x -s -v tests -k "dummy"
to run a specific test
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
all_clip-1.0.0.tar.gz
(3.1 kB
view hashes)