GPT3 Accessible Tables is a Chrome Extension that uses OpenAI's GPT3 technology to give insights on tables rendered in web pages.
GPT3 Accessible Tables then will scan the page you access (unless you disable the scan for a given page) and run the data on those tables through OpenAI's GPT3 technology. Then OpenAI's API will return some insight on the data and this extension will inject that insight adding a element on top of the table. It will also add a "summary" tag to the
element, making those tables readables by any screen reader.You can install the extension in your Chrome web browser by going this website
This extension can be used to make HTML tables accessible to be able to get some insights with any screen reader.
Process to run the project's UI locally:
npm i
npm run dev
- 0.0.4
- First proper release
Leniolabs LLC – @Leniolabs_ – [email protected]
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/Leniolabs/accessible-tables
- Fork it (https://github.com/Leniolabs/accessible-tables/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'feat: Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request