Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 829 Bytes

readme.md

File metadata and controls

30 lines (22 loc) · 829 Bytes

Chatbot Frontend with Voice Synthesis

Friendly chatbot which provides both text replies, but also synthesizes a vocal response.

Backend code runs uses a Flask server, and runs on AWS Lambda at near-zero cost. Code shared shortly in a separate repo.

🌟 Features

  • Chat Interface: A user-friendly interface to chat with the AI.
  • Vocal Response: AI-generated vocal reply for an enhanced user experience.

🚀 Setup and Installation

  1. Clone the Repository

    git clone <repository-link>
    cd <repository-name>
  2. Install Dependencies

    npm install
  3. Run the Development Server

    npm start

    Open http://localhost:3000/ in your browser.