Welcome to the Comput3 Examples repository! This collection demonstrates how to leverage Comput3's AI infrastructure for various applications, from API scripts to web applications.
Contains Python scripts that demonstrate how to interact with Comput3's API for various AI tasks:
- ComfyUI Integration: Generate talking avatars, images, and videos
- Language Models: Batch process prompts with LLMs
- Vision Models: Analyze images with AI
- Media Generation: Create images and videos from text
Check out hosted web examples NOW ! https://examples.comput3.ai
Interactive web applications showcasing Comput3's AI capabilities:
- Landing pages with AI-powered features
- Interactive demos and generators
- Full-stack applications integrating Comput3 APIs
View Web Examples Documentation →
Tools and utilities to support development and deployment:
- CORS Proxy: For local development when encountering CORS issues
- Build Tools: Scripts and utilities for development workflow
-
Clone this repository
git clone https://github.com/yourusername/c3-examples.git cd c3-examples -
Get your Comput3 API Key
- Sign up at launch.comput3.ai
- Find your API key in your dashboard
- Create a
.envfile in the example directory you want to use
-
Choose your path
All examples require a Comput3 API key. Add it to a .env file in each example directory:
COMPUT3_API_KEY=your_api_key_here
- Comput3 Platform: launch.comput3.ai
- Documentation: comput3.ai
- Support: Join our community or contact support through the platform
We welcome contributions! Whether it's new examples, improvements to existing ones, or documentation updates, feel free to submit a pull request.
This repository is open source and available under the MIT License.