Skip to content

Ashish-Pandey62/Review-Ranger

 
 

Repository files navigation

Review Ranger

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.

Demo Video

Setup

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:

Usage

  1. Clone the repository or download the main.py file.

By terminal:

  1. Run the application by executing the following command in your terminal:
rasa shell
  1. Enter the input in the shell and press enter to generate a review based on the provided text.

By streamlit:

  1. Run the application by executing the following command in your terminal:
streamlit run main.py
  1. Open the provided URL in your web browser.

  2. Enter text and select ratings (out of 5) in the user interface.

  3. Click the "Generate Review" button to generate a review based on the provided text and ratings.

Collaborators

  1. Utsav Acharya
  2. Ashish Pandey

Contributions

Contributions are welcome! Feel free to open an issue or create a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%