Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 742 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 742 Bytes

WebBot

This project is a Chrome extension that summerize the current webcontent. you can also ask question about current website through query page.

Installation

Chrome Plugin

  1. Clone this repository
  2. Run npm install in this folder to install all dependencies.
  3. Run npm run build to build the extension.
  4. Navigate to chrome://extensions.
  5. Enable Developer Mode.
  6. Load the newly created dist directory in Chrome as an [unpacked extension]
  7. Click the extension icon to open the summary side panel.
  8. Open any web page, the page's content summary will automatically be displayed in the side panel.

Flask Backend

  1. Install Python dependencies:
    pip install -r requirements.txt