Skip to content

fikriaf/myai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

    git clone https://github.com/fikriaf/myai.git
  2. Navigate to the project directory:

    cd myai
  3. Install required dependencies:

    pip install -r requirements.txt
  4. Run the main script:

    python myai.py

Releases

No releases published

Packages

No packages published

Languages