A chrome extension to help make web browsing accessible for everyone :)
Clone or fork this repo and then install dependencies.
npm installIf you want to use your own API key, create an .env file like this:
COHERE_API_KEY=
PORT=
Go to chrome://extensions/ and make sure you're in developer mode. Click load unpacked and select the folder. You can run this extension with your own API key or use our backend server. You should now be able to use the extension :)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change!