Welcome to the Chatbot Project! This project aims to create a simple, yet effective chatbot.
- src/: Contains all source code.
- docs/: Contains documentation files.
- .idea/: IDE settings for JetBrains (optional).
- Python: Make sure you have Python installed. You can download it from here.
- Required Packages: Install the necessary Python packages. You can do this using
pip
.
pip install flask requests nltk