An open API service indexing awesome lists of open source software.

https://github.com/shwetaank/pseudo-ai-

Pseudo AI is a web-based voice assistant built with HTML, CSS, and JavaScript. 🎤✨ Interact using voice commands to perform searches and reset forms. The project uses the Web Speech API for seamless voice interaction.
https://github.com/shwetaank/pseudo-ai-

bootstrap5 html-css-javascript speech-recognition speech-synthesis speech-to-text web-speech-api

Last synced: about 2 months ago
JSON representation

Pseudo AI is a web-based voice assistant built with HTML, CSS, and JavaScript. 🎤✨ Interact using voice commands to perform searches and reset forms. The project uses the Web Speech API for seamless voice interaction.

Awesome Lists containing this project

README

          

# Pseudo AI 🎤🤖
![JavaScript](https://img.shields.io/badge/-JavaScript-yellow)
![HTML](https://img.shields.io/badge/-HTML-orange)
![CSS](https://img.shields.io/badge/-CSS-blue)
![Bootstrap](https://img.shields.io/badge/-Bootstrap-563d7c?style=flat-square&logo=bootstrap&logoColor=white)

An interactive web application that utilizes speech recognition and synthesis to respond to user queries.

## Overview â„šī¸

Pseudo AI is a project that demonstrates how to implement speech recognition and synthesis in a web application using JavaScript. Users can interact with the AI using voice commands to get responses or perform searches.

## Features ✨

- đŸŽ™ī¸ Speech recognition using Web Speech API
- 🔊 Speech synthesis for voice responses
- 🔍 Search functionality with Google
- 🌐 Responsive design with Bootstrap

## Screenshots đŸ–ŧī¸
![Pseudo-AI](https://github.com/user-attachments/assets/eb16cbc3-6dd0-4219-89b4-94a8843b9fad)

## Demo đŸŽĨ

Uploading Pseudo-AI.mp4â€Ļ

## How to Use 🚀

1. Open the application in your browser.
2. Click on the microphone icon or press `Ctrl + X` to start voice input.
3. Speak your query out loud.
4. Click the microphone icon again or press `Ctrl + M` to stop recording.
5. The AI will respond to your query or perform a search if applicable.

## Technologies Used đŸ’ģ

- HTML
- CSS
- JavaScript
- Bootstrap

## Installation Instructions âš™ī¸

To run this project locally, follow these steps:

1. Clone this repository to your local machine:

```bash
git clone git@github.com:Shwetaank/Pseudo-AI-.git
cd pseudo-ai
2. Open the index.html file in your preferred web browser.

## Deployment 🌐
This project can be deployed using any static site hosting service like GitHub Pages. Simply push your code to a GitHub repository and enable GitHub Pages in the repository settings.

## Credits 🙌
- Speech recognition and synthesis features built using the Web Speech API.
- Font Awesome icons for the microphone and other symbols.
- Responsive design framework by Bootstrap.