copilot 0.1.10
copilot: ^0.1.10 copied to clipboard
101GenAI copilots
This package enables flutter developers to build 101 Gen AI powered copilots in their apps.
Features #
At the moment, the only api made available via the flutter library is image segmentation APIs
Getting started #
- Create 101Gen AI account
- Create a co-pilot
- Start using the APIs
Contributing #
After the download, please run the model generator:
dart run build_runner build
Usage #
var apiClient = OOOGenAIAPIService();
apiClient.baseUrl = "https://api.101gen.ai";
apiClient.postImage("1.png", 'image/png', file.readAsBytesSync(), "An old wound");
Additional information #
Current version is an alpha release. Please reach out to us chat@101gen.ai