A Google Chrome extension that utilizes generative AI to automatically explain intimidating financial concepts in order to demystify the world of finance and investments.
- Google Chrome Extension!
- When the user highlights text, it explains the concept in simple terms
- Uses AI to analyze the context around the term for better understanding
- After initial translation,
- use APIs to translate or to simplify into easier English
- use APIs to translate or to simplify into easier English
- Support for many languages
- More customization options
- Environment
- Frontend
- Additional software to download (for windows only)
- Having no idea on how to make a chrome extension! We can figure this out by doing some well directed and guided research about chrome and the inner machinations of their extensions.
- Incorporating AI into our project! This can be overcome by doing, you guessed it, some more research.
- ExplainAI - Did not simplify text sufficiently and did not even function whatsoever on one of our machines.
| Command | What it does |
|---|---|
| git branch | lists all the branches |
| git branch "branch name" | makes a new branch |
| git checkout "branch name" | switches to speicified branch |
| git checkout -b "branch name" | combines the previous 2 commands |
| git add . | finds all changed files |
| git commit -m "Testing123" | commit with a message |
| git push origin "branch" | push to branch |
| git pull origin "branch" | pull updates from a specific branch |
Harper Wood, Kacie Yee, David Tepeneu, & Viet Vu
