Skip to content

Latest commit

History

History
18 lines (14 loc) 路 590 Bytes

File metadata and controls

18 lines (14 loc) 路 590 Bytes

馃殌 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')"