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.
- 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.
- Clone the Repository:
git clone https://github.com/fikriaf/EncoAI.git
- Navigate to the Project Directory:
cd EncoAI
- Install Required Dependencies:
Ensure you have Python installed. Then, install the necessary packages:
If a
pip install -r requirements.txt
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
To initiate EncoAI, run the main script:
python ENCO.py