Article and YouTube video summary from URL, powered by GPT-4 & Gemini Pro
View Demo
Skimmit is now available on GPT Store
The main goal of this project is to make content consumption effective. How?
- Quickly get the main idea of any article or video.
- See a short preview to asses if it's worth your time.
- Spend less time consuming, and more time doing.
I believe content is being consumed more than ever. So it's important to be selective and make the most of it.
If you want to give a try, check out the web version at https://balewgize.app/
- Python
- Flask
- LLM (GPT-4 & Gemini Pro)
To get a local copy up and running follow these example steps.
- Python installed
- Gemini Pro API key
-
Clone the repo and navigate to
skimmit
directorygit clone https://github.com/balewgize/skimmit.git
-
Install required packages (virtual environments recommended)
python3 -m venv venv && source venv/bin/activate
pip install -r requirements.txt
-
Provide Gemini API key in
.env
fileGOOGLE_API_KEY=your-google-gemini-api-key
-
Start the server.
flask run
-
Goto http://127.0.0.1:5000 on your browser
Thanks for checking!