MyAI is an AI project with multiple functionalities, including audio recognition, face analysis, and more.
- Audio Recognition: Ability to recognize and process audio input, likely using libraries like
pyttsx3. - Face Analysis: Utilizes the
deepfacelibrary for detecting and recognizing faces in images or videos. - Spotify & YouTube Integration: Supports integration with Spotify and YouTube, such as downloading or analyzing content.
- Plagiarism Detection: Module to check text similarity and detect potential plagiarism.
- Microphone Input Handling: Capable of receiving and processing live microphone input for real-time interaction.
- Identity Detection: Enables identity detection based on given data, potentially through face or voice analysis.
- YouTube Downloader (dlyt): Script or module for downloading videos from YouTube for offline analysis or use.
-
Clone the repository:
git clone https://github.com/fikriaf/myai.git
-
Navigate to the project directory:
cd myai -
Install required dependencies:
pip install -r requirements.txt
-
Run the main script:
python myai.py