Language Whisperer.

Tech Stack

StarCoder agent
Python Image Library
gTTS (Google Text-to-Speech)
Wiki Searcher
Amazon Polly
Streamlit

Think of Language Whisperer as your primary application whenever you encounter an unfamiliar object in any given situation. This application will assist you in gaining knowledge and understanding about the object in question, regardless of your prior familiarity with it. This application can be used in different scenarios such as education, entertainment and tourism.

Architectural Diagram.

StarCoder agent, an extensive language model (LLM), offers a natural language API built on top of transformers and has been employed for the purpose of implementation.

Wiki Searcher (a custom tool) was implemented by utilizing BeautifulSoup, a Python library designed for extracting data from HTML and XML files.

gTTS (Google Text-to-Speech) library (a custom tool) was used for converting text into high-quality speech output with natural-sounding voices.

Streamlit was used for the Frontend