GithubHelp home page GithubHelp logo

balewgize / skimmit Goto Github PK

View Code? Open in Web Editor NEW
10.0 2.0 5.0 969 KB

Article and YouTube video summary from URL

Home Page: https://balewgize.app/

License: MIT License

Python 39.70% HTML 38.04% JavaScript 22.26%
large-language-models text-summarization video-summarization youtube-summary gemini-pro gpt-4 generative-ai python

skimmit's Introduction


Skimmit

Article and YouTube video summary from URL, powered by GPT-4 & Gemini Pro
View Demo

Skimmit is now available on GPT Store

About The Project

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.

Why Skimmit?

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/

Built With

  • Python
  • Flask
  • LLM (GPT-4 & Gemini Pro)

Getting Started

To get a local copy up and running follow these example steps.

Prerequisites

  • Python installed
  • Gemini Pro API key

Installation

  1. Clone the repo and navigate to skimmit directory

    git clone https://github.com/balewgize/skimmit.git
    
  2. Install required packages (virtual environments recommended)

    python3 -m venv venv && source venv/bin/activate
    
    pip install -r requirements.txt
    
  3. Provide Gemini API key in .env file

    GOOGLE_API_KEY=your-google-gemini-api-key
    
  4. Start the server.

    flask run
    
  5. Goto http://127.0.0.1:5000 on your browser


Thanks for checking!

skimmit's People

Contributors

balewgize avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

skimmit's Issues

Use Whisper or Gemini to transcribe YouTube video

Cool project!

In my experiments, I found that Whisper (OpenAI speech-to-text model) produces vastly better results when transcribing videos, compared to the default YouTube subtitles. Gemini is supposed to be even better, although I haven't tried.

Would it be possible to support transcribing using a model, in addition to the default YouTube subtitles?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.