skimmit
1.0.0
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?
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/
To get a local copy up and running follow these example steps.
Clone the repo and navigate to skimmit directory
git 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 file
GOOGLE_API_KEY=your-google-gemini-api-key
Start the server.
flask run
Goto http://127.0.0.1:5000 on your browser