Skip to content

jayasri2805/Voice_Assisstant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ›’ Online Shopping Voice Assistant for Visually Impaired People ๐Ÿ“Œ Project Overview

This project is a voice-based shopping assistant designed for visually impaired users. It allows users to search products across multiple e-commerce platforms using voice commands only. The assistant handles speech recognition, translation, scraping product details, and text-to-speech so that users can interact without typing or reading.

๐ŸŽฏ Features

๐ŸŽ™๏ธ Voice Input โ€“ Users give shopping queries through speech.

๐ŸŒ Language Detection & Translation โ€“ Detects userโ€™s language and translates queries into English.

๐Ÿ” Product Search โ€“ Scrapes product details from e-commerce websites.

โšก Parallel Processing โ€“ Fetches results faster from multiple platforms.

๐Ÿ“– Voice Output โ€“ Reads out product details using Text-to-Speech.

๐ŸŒ Opens Product Page โ€“ Automatically launches the product page in the browser for safe transactions.

๐Ÿ—๏ธ Tech Stack Frontend

Gradio

webbrowser

Backend

SpeechRecognition / Whisper API

langdetect

deep_translator (GoogleTranslator)

Selenium WebDriver + BeautifulSoup

ThreadPoolExecutor / threading

gTTS

time, platform, OS commands, webdriver_manager

๐Ÿš€ How It Works

User speaks a product query (e.g., โ€œSearch red shoesโ€).

Speech is converted to text (SpeechRecognition / Whisper API).

Language is auto-detected and translated to English if needed.

Selenium + BeautifulSoup scrape product details from supported sites.

Results are read aloud using gTTS.

Product links automatically open in the default browser.

Final purchase is securely done on the official website.

๐Ÿ” Security Note

The assistant does not handle payments.

All transactions happen on the official e-commerce platforms (Amazon, Flipkart, Snapdeal, etc.) following PCI compliance.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages