CATATATN is an advanced conversational AI assistant that combines speech recognition, computer vision, and natural language processing capabilities to create an interactive and responsive AI companion.
- 🎤 Voice Recognition & Interaction
- 🤖 Natural Language Processing using GPT-2
- 👁️ Computer Vision with Face Detection
- 🗣️ Text-to-Speech Capabilities
- 🎭 Adaptive Personality System
- Python 3.7+
- Required packages:
- speech_recognition
- pyttsx3
- opencv-python
- transformers
- tensorflow
- numpy
- Clone the repository:
git clone https://github.com/Anon23261/CATATATN.git
cd CATATATN
- Install dependencies:
pip install speech_recognition pyttsx3 opencv-python transformers tensorflow
Run the main script:
python CATATN.py
The assistant will initialize and:
- Listen for voice commands
- Process natural language input
- Respond using text-to-speech
- Detect faces when camera is active
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.