This project is designed to integrate various AI and voice-to-text services, utilizing a robust backend setup with Python, Pydantic, and other dependencies managed via Poetry.
- Implement Telegram Chat Exporter
- Implement AI analyzer.
- Implement voice to text.
1Dependency Management:
- Install Poetry:
pip install poetry
- Install project dependencies with Poetry:
poetry install