Agora is a collective of creators, join us and help create Athena Create and or receive support!
Welcome to Athena Create, the epicenter of creation and collaboration.
Art, science, and the future converge here. This is Athena Create.
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.
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.
There are 2 methods, 1 local no docker, and docker:
- Fork and clone the Athena Create repository.
- 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- Prepare frontend:
cd frontendthen Install dependencies withnpm installthen start dev server:npm run dev
Docker, not done yet
We welcome contributions from anyone and everyone. To get started, take a look at our Contribution Guidelines.
Unleash the power of social media and let your creations reach every corner of the globe. Share your Athena Create projects on:
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
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.
-
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

