Skip to content

kyegomez/Athena-Create

Repository files navigation

Agora

Agora Banner, apac.ai/Agora Agora is a collective of creators, join us and help create Athena Create and or receive support!

Athena Create - The Everything App

Welcome to Athena Create, the epicenter of creation and collaboration.

Athena Create Logo

Art, science, and the future converge here. This is Athena Create.

Overview

Athena Create empowers you to bring your ideas to life using state-of-the-art AI models. Whether you're imagining stunning visuals, composing symphonies, or crafting captivating videos, Athena Create serves as your versatile canvas. But it's more than just a tool — it's a thriving community where creators meet, collaborate, and inspire each other.

Features

Create: Unlock your creativity with the power of AI. Generate images, compose music, and design videos — all in one place.

Collaborate: Join a vibrant community of creators. Share your projects, invite feedback, and collaborate with fellow innovators to push the boundaries of what's possible.

Inspire: Take part in community challenges, earn badges, and get recognized for your work. Your creations might just be the spark that ignites another's imagination.

Getting Started

There are 2 methods, 1 local no docker, and docker:

Method 1

  1. Fork and clone the Athena Create repository.
  2. Start the backend:
# setup env
cd server
conda create -n athena python=3.8
conda activate athena
conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
pip install -r requirements.txt

# download models. Make sure that `git-lfs` is installed.
cd models
bash download.sh # required when `inference_mode` is `local` or `hybrid`. 

# run server
cd ..
python models_server.py --config configs/config.default.yaml # required when `inference_mode` is `local` or `hybrid`
python awesome_chat.py --config configs/config.default.yaml --mode server # for text-davinci-003
  1. Prepare frontend: cd frontend then Install dependencies with npm install then start dev server: npm run dev

Method2

Docker, not done yet

How to Contribute

We welcome contributions from anyone and everyone. To get started, take a look at our Contribution Guidelines.

Share with Friends and Family

Unleash the power of social media and let your creations reach every corner of the globe. Share your Athena Create projects on:

License

Shield: CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0

Final Thoughts

Athena Create is not just an app — it's a vision for a future where anyone can be an artist, where creativity is democratized, and where the boundary between reality and imagination blurs. We invite you to join us on this journey

.

Turn the ethos of creation into the echo of the cosmos. This is Athena Create.

Roadmap

  • Brute force to functional prototype that takes in user input, text or multi-modal => sends to swarm => worker node uses model from HF to complete the user task

  • Implement Database logic

  • Deploy on AWS at create.apac.ai

  • Optimize for reliability and speed

About

Athena is an all-in-one app that allows easy creation of various things like images, videos, music, and soon, even apps, using natural language.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors