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 install
in this folder to install all dependencies. - Run
npm run build
to build the extension. - Navigate to
chrome://extensions
. - Enable Developer Mode.
- Load the newly created
dist
directory 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