Skip to content
/ ezReply Public

🪶 Flask-based web app that streamlines customer support ✨LIVE DEMO✨ Dynamically generate pre-written responses to common requests & queries 📝

License

Notifications You must be signed in to change notification settings

kazvee/ezReply

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ezReply

LIVE DEMO

ezReply is a lightweight, Flask-based web application designed to streamline customer support by generating pre-written replies for common requests.

With a simple dropdown menu, users can select predefined customer support actions, and the corresponding reply is generated instantly. This eliminates the need for repetitive typing and speeds up responses. Replies can be easily copied into emails, forum posts, or chat messages.

Final Product

ezReply_Demo_Video.mp4

ezReply Screenshot

Features

  • Dropdown Menu: Quickly select predefined actions for instant replies
  • Dynamic Reply Generation: Replies are automatically generated when an action is selected
  • Modern and Minimal UI: A clean, user-friendly interface for enhanced usability
  • Customizable: Easily add or modify actions and replies to suit your needs

Technical Requirements

  • Python: Version 3.12
  • Flask: Version 3.0.3

Installation

  • Fork this repository to your GitHub account
  • Clone your fork to your local machine and navigate to the project folder
  • Create a virtual environment with: python3 -m venv venv
  • Activate the virtual environment with: source venv/bin/activate
  • Install project dependencies with: pip install -r requirements.txt
  • Start the server using: flask run
  • Navigate to http://localhost:5000 in your browser

Acknowledgements & Thanks

About

🪶 Flask-based web app that streamlines customer support ✨LIVE DEMO✨ Dynamically generate pre-written responses to common requests & queries 📝

Topics

Resources

License

Stars

Watchers

Forks