TheHungryBandito / simply-explain-chrome-extension

Simply Explain is a chrome extension that leverages Open AI's GPT models to assist users with reading and understanding text via Text-To-Speech (TTS).
MIT License
0 stars 0 forks source link

Simply Explain

Created by Joshua Crews @ 2023

Simply Explain is a chrome extension that leverages Open AI's GPT models to assist users with reading and understanding text via Text-To-Speech (TTS).

With the expanding capabiliites of Large-Language-Models (LLM) it is possible to provide more accessibility through assistive technology such as 'Simply Explain'. As LLM's are known to have "hallucinations", there is always a chance the response may be incorrect or nonsensical.

Links

User Flow

Initial Setup

Usage

Technical

This chrome extension utilizes Bootstrap v5.3.2 included within the extension.

Built using the Chrome Extension API.

Uses OpenAI's GPT and Text-To-Speech models

Icons are Bootstrap Icons

HTML

admin-panel.html

options.html

chat-history.html

audio-playback.html

JavaScript

service-worker.js

scroll-container.js

admin-panel.js

audio-playback.js

chat-history.js

CSS

theme.css

main.css

chat-history.css

Deployment