Overview
EasilyAI is a Python library that simplifies AI app development by integrating popular AI services like OpenAI and Ollama. It provides a clean, unified interface for text generation, image generation, and text-to-speech (TTS) tasks.
Features
- App Creation: Simplify initializing AI services like OpenAI and Ollama.
- Text-to-Speech: Convert text to speech with services like OpenAI's TTS API (with voice selection).
- Custom AI Support: Integrate and register custom AI models.
- Unified Request Handling: Automatically determine task types like text, image, or TTS requests.
- Pipeline Support: Chain multiple tasks into a seamless workflow.
Get started by following the Installation Guide.