Giter Club home page Giter Club logo

transcriptiq's Introduction

TranscriptIQ

TranscriptIQ is a project that enables users to transcribe YouTube videos and perform various NLP (Natural Language Processing) tasks, chat with youtube video and many more on the transcribed text.

Deployed app link:

Implementation video

Streamlit.LLM.mp4

Directory Structure

./
├── LICENSE
├── README.md
├── app.py
├── images
│   ├── AI.jpg
│   ├── NER.png
│   ├── Robot_whisper1.jpg
│   ├── Robot_whisper2.jpg
│   ├── Robot_whisper3.jpg
│   ├── expander.png
│   ├── mp3_2_text.png
│   ├── resum.png
│   └── youtube2text.png
├── myfunctions
│   ├── __pycache__
│   ├── my_functions.py
│   └── my_summarization_functions.py
├── packages.txt
├── pages
│   ├── Chat.py
│   ├── Transcribe Youtube.py
│   └── static
└── requirements.txt

6 directories, 18 files

Functionality

The main functionality of TranscriptIQ is provided by the transcribe_youtube.py script. It uses the Streamlit library to create a user interface for transcribing YouTube videos and performing NLP tasks. Here is a brief overview of the functionality provided by the script:

  • Retrieve YouTube video information (title, author, views, duration, etc.)
  • Download YouTube videos as MP4 format
  • Convert MP4 videos to MP3 audio files
  • Transcribe MP3 audio files to text using speech-to-text technology
  • Perform text summarization using the Cohere API
  • Perform Named Entity Recognition (NER) using the Spacy library
  • Generate graphs based on NER results
  • Perform sentiment analysis using the VADER library
  • Display word clouds based on NER results

Usage

To use TranscriptIQ, you can run the app.py script. This will start the Streamlit app and you can interact with it to transcribe YouTube videos and perform NLP tasks on the transcribed text.

Note: Before running the script, make sure you have installed all the required packages listed in requirements.txt.

streamlit run app.py

Credits

TranscriptIQ was developed as part of the Streamlit LLM Hackathon. The project was created by Devanshu, Somesh.

transcriptiq's People

Contributors

someshfengde avatar devanshu-17 avatar

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.