Skip to content

Anon23261/CATATATN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CATATATN - Conversational AI Assistant

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.

Features

  • 🎤 Voice Recognition & Interaction
  • 🤖 Natural Language Processing using GPT-2
  • 👁️ Computer Vision with Face Detection
  • 🗣️ Text-to-Speech Capabilities
  • 🎭 Adaptive Personality System

Requirements

  • Python 3.7+
  • Required packages:
    • speech_recognition
    • pyttsx3
    • opencv-python
    • transformers
    • tensorflow
    • numpy

Installation

  1. Clone the repository:
git clone https://github.com/Anon23261/CATATATN.git
cd CATATATN
  1. Install dependencies:
pip install speech_recognition pyttsx3 opencv-python transformers tensorflow

Usage

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

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.