Skip to content

SulimanSagindykov/AssistantAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Assistant

Description

This project is an AI Assistant, which accepts audio input, provides audio output, and answers questions about the current weather in a requested location. It's built using React and Express js.

Features

  • Real-Time Audio Interaction: Speak to the assistant and receive immediate audio responses.
  • Weather Information: Ask about the current weather in any location.
  • User-Friendly Interface: Simple and intuitive React frontend with clear controls.
  • Scalable Backend: Node.js server handling multiple simultaneous conversations via WebSockets.

Installation

To set up this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/SulimanSagindykov/AssistantAI.git
    
  2. Navigate to the project directory:
    cd AssistanAI
    
  3. Set Your OpenAI API Key:
    set your API Key in Server -> .env
    
  4. Install dependencies:
    npm install react react-dom express cors dotenv openai
    
  5. Start the server:
    node index.js
    
  6. Start the development server:
    npm start run
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published