ai_exec / src /__init__.py
Chaitanya-aitf's picture
Upload 38 files
45ee481 verified
"""
AI Executive System
A dual-LLM chatbot that replicates the communication style of a CEO
using fine-tuned voice models and refinement pipelines.
"""
__version__ = "0.1.0"
__author__ = "Akatsuki AI Technologies"