A chatbot implementation that leverages Node.js and Python, providing a flexible alternative for developers.
To get started, run the following command in your terminal:
node server.js
This will start the server. Open http://localhost:3002/, and you're ready to interact with the chatbot.
Alternatively, you can use the Python script by running the following command:
streamlit run chatbot.py
This will launch a window in your default web browser at http://localhost:8501/, allowing you to interact with the chatbot.