Skip to content

lorem111/emily-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.