An open API service indexing awesome lists of open source software.

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

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
```