This project is an early work in progress (WIP) that leverages the fabric framework for augmenting humans using AI. The project aims to provide a modular framework for solving specific problems using a crowdsourced set of AI prompts.
To get started with this project, you need to install the fabric
framework on your system. Follow the steps below to install fabric
:
-
Install Go: Make sure you have Go installed on your system. You can download it from here.
-
Install Fabric: Run the following command to install
fabric
directly from the repository:go install github.com/danielmiessler/fabric@latest
-
Run Setup: Now run the following command to set up your directories and keys:
fabric --setup
-
Run the web server: Now you can run the web server with the following command:
go run main.go
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.