This project is a Chrome extension that summerize the current webcontent. you can also ask question about current website through query page.
- Clone this repository
- Run
npm installin this folder to install all dependencies. - Run
npm run buildto build the extension. - Navigate to
chrome://extensions. - Enable Developer Mode.
- Load the newly created
distdirectory in Chrome as an [unpacked extension] - Click the extension icon to open the summary side panel.
- Open any web page, the page's content summary will automatically be displayed in the side panel.
- Install Python dependencies:
pip install -r requirements.txt