Each folder below includes screenshots on how to get the API keys:
- Azure Computer Vision API:
./azure - Telegram Bot API:
./telegram - OpenAI API: https://platform.openai.com/api-keys
AZURE_KEY=your_computer_vision_key
TELEGRAM_KEY=your_bot_key
OPENAI_KEY=your_openai_key
pip install -r requirements.txt
python main.py
