InsightfulWeb Overview is a Chrome extension that leverages web scraping and Language Model (LLM) technology to provide users with a comprehensive overview of any website. Gain valuable insights into the content, structure, and key information on the web pages you visit.
Clone the repository:
git clone https://github.com/Rufidatul726/spl3
Change into the project directory:
cd your-project
Install dependencies for the frontend:
cd frontend
npm install
Install dependencies for the backend:
cd ../backend
npm install
Start the backend server:
cd backend
npm start
Start the frontend development server:
cd ../frontend
npm run build
Open your browser and navigate to chrome://extensions/ to load the extension.
Enable developer mode and click on "Load unpacked" to select the frontend/dist directory.
Navigate to a website and click on the InsightfulWeb Overview extension icon to receive a detailed overview of the website.
Receive a detailed overview of the website, including key information extracted through web scraping and language model analysis.
Contributions to enhance or expand the functionality of InsightfulWeb Overview are welcome! Follow the guidelines in the Contribution Guide to get started.
This project is licensed under the MIT License. Feel free to use, modify, and share the extension.
6 commits
JavaScript
50.0%
Python
23.0%
TypeScript
20.5%
HTML
4.4%
CSS
2.2%
InsightfulWeb Overview is a Chrome extension that leverages web scraping and Language Model (LLM) technology to provide users with a comprehensive overview of any website. Gain valuable insights into the content, structure, and key information on the web pages you visit.
Clone the repository:
git clone https://github.com/Rufidatul726/spl3
Change into the project directory:
cd your-project
Install dependencies for the frontend:
cd frontend
npm install
Install dependencies for the backend:
cd ../backend
npm install
Start the backend server:
cd backend
npm start
Start the frontend development server:
cd ../frontend
npm run build
Open your browser and navigate to chrome://extensions/ to load the extension.
Enable developer mode and click on "Load unpacked" to select the frontend/dist directory.
Navigate to a website and click on the InsightfulWeb Overview extension icon to receive a detailed overview of the website.
Receive a detailed overview of the website, including key information extracted through web scraping and language model analysis.
Contributions to enhance or expand the functionality of InsightfulWeb Overview are welcome! Follow the guidelines in the Contribution Guide to get started.
This project is licensed under the MIT License. Feel free to use, modify, and share the extension.
6 commits
JavaScript
50.0%
Python
23.0%
TypeScript
20.5%
HTML
4.4%
CSS
2.2%