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.
- Extracts useful contents from the webpage
- Live previews
- Variable length of the content to be squeezed
- Easy to use
- Javascript for scripting the extension
- Python for the server
- FastAPI for handling serverside requests
- PoeAPI for gpt services
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!