معرفی شرکت ها


Audiutor-PatBe-0.0.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A simple Youtube video transcriber and summarizer
ویژگی مقدار
سیستم عامل -
نام فایل Audiutor-PatBe-0.0.5
نام Audiutor-PatBe
نسخه کتابخانه 0.0.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Patrizia Belik
ایمیل نویسنده pbelik@unibz.it
آدرس صفحه اصلی https://github.com/pypa/sampleproject
آدرس اینترنتی https://pypi.org/project/Audiutor-PatBe/
مجوز MIT
#Audiutor This project has been developed for the Computer Programming course at the University of Bolzano, Ed Faculty. It allows you to automatically transcribe and summarize a Youtube video in English using Watson IBM speech to text API. Youtube is full of interesting lectures and educational videos, but not everyone has time to watch them. This little program was developed with one goal in mind -- reduce time and allow students and working people to retrieve the information contained in such educational videos, faster. At the moment, the program is available for English videos only and it works with larger files as well. Before running this program you will need to create your own Watson Speech to text API key and URL, it will literally take 2 minutes of your time. You can do so by (last update June 2021): 1. Registering for free here: https://cloud.ibm.com/registration 2. Creating your Watson Speech to text API key and URL. Just hit the CREATE button (in the right-hand corner below) on this page: https://cloud.ibm.com/catalog/services/speech-to-text' Call the function: - audiutor() to run the program - transcript_wordcloud() to create a wordcloud - kws_extraction() to extract keywords In order for the program to function correctly, please do not change the filenames. Used dependencies: from pytube import YouTube import os import moviepy.editor as mp from ibm_watson import SpeechToTextV1 from ibm_watson.websocket import RecognizeCallback, AudioSource from ibm_cloud_sdk_core.authenticators import IAMAuthenticator import subprocess import nltk from nltk.corpus import stopwords from nltk.tokenize import word_tokenize nltk.download('stopwords') nltk.download('punkt') from wordcloud import WordCloud from string import punctuation import re import string from wordcloud import WordCloud import matplotlib.pyplot as plt from gensim.summarization import summarize from random import randrange from time import sleep import pprint import spacy import textacy.ke from textacy import * from docx import Document import sys


نیازمندی

مقدار نام
- pytube
- ibm-watson
- ffmpeg-python
- nltk
- wordcloud
- matplotlib
==0.9.1 textacy
==2.3.5 spacy
- python-docx


نحوه نصب


نصب پکیج whl Audiutor-PatBe-0.0.5:

    pip install Audiutor-PatBe-0.0.5.whl


نصب پکیج tar.gz Audiutor-PatBe-0.0.5:

    pip install Audiutor-PatBe-0.0.5.tar.gz