Skip to content

alexdredmon/crayeye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crayeye

Open-source multimodal LLM visual analysis utility. Build & share AI vision prompts augmented with native device sensor data.

Learn more via https://crayeye.com

Setup

Install Flutter.

If you want to set a default API key for your dev environment, you can set the environment variable DEFAULT_OPENAI_API_KEY.

To start the local dev environment, from within the ./flutter directory run ./flutter_run.sh (to pass along a default OpenAI API key) or execute flutter run.

Build

To build the app for iOS/Android, you can use the open_xcode.sh or open_android_studio.sh scripts to open the corresponding SDK. Within XCode, you can generate a build via Product->Archive, within Android SDK you can create a build via Build -> Generate Signed Bundle/APK.

Contributing

To contribute to this project, open a pull request or an issue.

Install

Install via the:

How it's made

CrayEye is the product of A.I. driven development. Read more about how it was created.

Backronym

"Cognitive Recognition Analysis Yielding Eye"

License

Copyright 2024 Alexandria Redmon

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.