Skip to content

A chrome extension that uses AI to extract and summarize the content on the web page.

License

Notifications You must be signed in to change notification settings

legit-programmer/squeeze-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note:- The python package 'poe-api' which provides free access to OpenAI api is no longer stable.

SqueezeAI helps you to scrap/summarize the content of the webpage you are currently on with just few clicks! It saves your time by only extracting and providing the essential articles/paragraphs from the page.

Features

  • Extracts useful contents from the webpage
  • Live previews
  • Variable length of the content to be squeezed
  • Easy to use

Stack

  • Javascript for scripting the extension
  • Python for the server
  • FastAPI for handling serverside requests
  • PoeAPI for gpt services

Setup locally

Download the latest release

  • Extract the zip file

  • goto main/config.js and change "env":"prod" to "env":"dev"

  • load the root directory of the extension into your chromium based browser. Step by step guide on how to load an unpacked extension is here

Fire up the server🚀

cd server
pip install -r requirements.txt
uvicorn server:api --reload

Done!

Author