This repository contains code for an Automatic Review Response Bot aka the Review Ranger using Rasa and Streamlit. The bot generates reviews based on user-provided text and ratings.
To run the code, you'll need to have the following dependencies installed. You can install them using the requirements.txt
file:
pip install -r requirements.txt
This command will install the necessary dependencies listed in the requirements.txt
file, including:
- Clone the repository or download the
main.py
file.
- Run the application by executing the following command in your terminal:
rasa shell
- Enter the input in the shell and press enter to generate a review based on the provided text.
- Run the application by executing the following command in your terminal:
streamlit run main.py
-
Open the provided URL in your web browser.
-
Enter text and select ratings (out of 5) in the user interface.
-
Click the "Generate Review" button to generate a review based on the provided text and ratings.
- Utsav Acharya
- Ashish Pandey
Contributions are welcome! Feel free to open an issue or create a pull request.
This project is licensed under the MIT License.