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.
- Host: GitHub
- URL: https://github.com/shwetaank/pseudo-ai-
- Owner: Shwetaank
- Created: 2024-07-25T10:15:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-30T13:19:33.000Z (11 months ago)
- Last Synced: 2025-12-03T05:28:16.455Z (7 months ago)
- Topics: bootstrap5, html-css-javascript, speech-recognition, speech-synthesis, speech-to-text, web-speech-api
- Language: JavaScript
- Homepage: https://shwetaank.github.io/Pseudo-AI-/
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pseudo AI đ¤đ¤




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 đŧī¸

## 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.