Skip to content

CustomBot-UI/Chat-Bot-Yone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Installation

Prerequisites

  • Python 3.8+
  • Neo4j Database (running locally or remotely)
  • FFmpeg (for audio conversion)
  • VLC media player (for YouTube playback)
  • ESP32 (optional, for hardware audio)

Step-by-Step Setup

1. Clone the Repository

git clone https://github.com/YOUR_USERNAME/Yone-Chatbot.git
cd Yone-Chatbot
pip install -r requirements.txt
python -c "import nltk; nltk.download('vader_lexicon'); nltk.download('punkt'); nltk.download('wordnet'); nltk.download('omw-1.4'); nltk.download('stopwords'); nltk.download('averaged_perceptron_tagger')"

About

🤖 Yone - An emotional intelligence chatbot with sentiment analysis, face recognition, AIML conversations, YouTube music playback, and ESP32 hardware integration. Built with Python, Flask, Neo4j, and OpenCV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors