https://github.com/fikriaf/myai
🔷 AI with Multifunction Module
https://github.com/fikriaf/myai
ai audio cv2 deepface dlyt elektra identity-detection microfon myai pyttsx3 recognition script spotify yt
Last synced: about 2 months ago
JSON representation
🔷 AI with Multifunction Module
- Host: GitHub
- URL: https://github.com/fikriaf/myai
- Owner: fikriaf
- License: apache-2.0
- Created: 2024-12-02T15:43:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-02T23:04:37.000Z (6 months ago)
- Last Synced: 2025-06-14T10:42:17.659Z (4 months ago)
- Topics: ai, audio, cv2, deepface, dlyt, elektra, identity-detection, microfon, myai, pyttsx3, recognition, script, spotify, yt
- Language: Python
- Homepage:
- Size: 545 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyAI
MyAI is an AI project with multiple functionalities, including audio recognition, face analysis, and more.
## Features
- **Audio Recognition**: Ability to recognize and process audio input, likely using libraries like `pyttsx3`.
- **Face Analysis**: Utilizes the `deepface` library 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.## Installation
1. Clone the repository:
```bash
git clone https://github.com/fikriaf/myai.git
```2. Navigate to the project directory:
```bash
cd myai
```
4. Install required dependencies:
```bash
pip install -r requirements.txt
```5. Run the main script:
```bash
python myai.py
```