fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.
 
 
 
 

4 lines
124 B

from .fabric import main
from .yt import main as main_yt
from .ts import main as main_ts
from .save import cli as main_save