Skip to content

Latest commit

 

History

History
77 lines (44 loc) · 2.97 KB

README.md

File metadata and controls

77 lines (44 loc) · 2.97 KB

Coeus - AI Computing Assistant

The Coeus AI Computing Assistant is a MacOS tool that uses the OpenAI API to generate images, answer questions, provide math solutions, recipes, code examples/correction, write reports, write letters, or just about anything. It will also read responses back to you.

Install

For M1 Chip Macs: Installation from Terminal.app

git clone https://github.com/se7enack/ai-computing-assistant.git
cd ai-computing-assistant/releases
unzip Coeus-M1-v1.0.0.zip
mv Coeus.app ~/Applications/.

For Intel Chip Macs: Installation from Terminal.app

git clone https://github.com/se7enack/ai-computing-assistant.git
cd ai-computing-assistant/releases
unzip Coeus-Intel-v1.0.0.zip
mv Coeus.app ~/Applications/.

Locate and run the app

Open a finder window and search for "Coeus"

Lock it to the dock

Signup to get an API key:

https://platform.openai.com/account/api-keys

Image Generated Example:

Example



A.I. Question / Answer



Additional Sample Images Created by A.I.

Happy Future with AI

Blind date

The lady who watches

Steampunk railroad conductor

Closeup of a human eye with fire

An angry woman in church

Enjoying a nuclear blast



Source Code

Python3 Source Code