Skip to content
/ EncoAI Public

🤖 Enco AI, Based on Neural Network (PyTorch), Can Listen, Understand, Searching, and Speak

License

Notifications You must be signed in to change notification settings

fikriaf/EncoAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EncoAI

EncoAI is a neural network-based AI assistant developed using PyTorch. It is capable of listening, understanding, searching, and speaking, facilitating interactive and dynamic conversations. demo

Features

  • Listening: Captures and processes audio input for real-time interaction.
  • Understanding: Utilizes natural language processing to comprehend and interpret user inputs.
  • Searching: Retrieves relevant information from various sources to provide accurate responses.
  • Speaking: Generates and delivers verbal responses to users.

Installation

  1. Clone the Repository:
    git clone https://github.com/fikriaf/EncoAI.git
  2. Navigate to the Project Directory:
    cd EncoAI
  3. Install Required Dependencies: Ensure you have Python installed. Then, install the necessary packages:
    pip install -r requirements.txt
    If a requirements.txt file is not provided, manually install the following packages:
    pip install torch torchvision torchaudio
    pip install SpeechRecognition
    pip install pyttsx3
    pip install wikipedia

Usage

To initiate EncoAI, run the main script:

python ENCO.py

About

🤖 Enco AI, Based on Neural Network (PyTorch), Can Listen, Understand, Searching, and Speak

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages