GithubHelp home page GithubHelp logo

ieasybooks / tafrigh Goto Github PK

View Code? Open in Web Editor NEW
95.0 2.0 12.0 331 KB

تفريغ النصوص وإنشاء ملفات SRT و VTT باستخدام نماذج Whisper وتقنية wit.ai.

Home Page: https://tafrigh.ieasybooks.com

License: MIT License

Python 81.26% Jupyter Notebook 18.74%
asr automatic-speech-recognition srt subtitles vtt whisper ctranslate2 faster-whisper stable-whisper python

tafrigh's Introduction

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

tafrigh's People

Contributors

aliosm avatar ibraheemtuffaha avatar yshalsager avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

tafrigh's Issues

تحسين ملف README.md

يمكن تحسين الملف من خلال تحسين اللغة، ذكر التقنيات التي يمكن استخدامها ومميزات وعيوب كل منها، وضع أمثلة أكثر، وغيرها.

التفريغ لا يعمل جيدا مع جهاز الماك

السلام عليكم ورحمة الله وبركاته
أردة استعمال البرنامج على جهازي macbok m1 من خلال wit api ولكن وجته فيه مشاكل على عكس نظام linux
فمثلا مقطع فيديو مدته 2:13دق عند تفريغه على جهاز linux لم يبقى إلا 36 ثانية وتحصلت على التص كاملا في حين عند تجربته على الماك بقي 13دق وعند تقطيه الفيديو إلي حزمات صغيرة واحدة فقط من حصلت لها التفريغ والباقي حصل فيهم مشاكل

WARNING:root:The segment from `output/bc8Lo0O4r4c.wav` file that starts at 30.0 and ends at 45.0 didn't transcribed successfully.
WARNING:root:The segment from `output/bc8Lo0O4r4c.wav` file that starts at 0.0 and ends at 15.0 didn't transcribed successfully.
WARNING:root:The segment from `output/bc8Lo0O4r4c.wav` file that starts at 15.0 and ends at 30.0 didn't transcribed successfully.
 11%|███████                                                               | 1/9 [06:42<53:41, 402.73s/it
WARNING:root:The segment from `output/bc8Lo0O4r4c.wav` file that starts at 45.0 and ends at 60.0 didn't transcribed successfully.

 22%|█████████                                               | 2/9 [06:44<19:28, 166.88s/it
WARNING:root:The segment from `output/bc8Lo0O4r4c.wav` file that starts at 75.0 and ends at 90.0 didn't transcribed successfully.
WARNING:root:The segment from `output/bc8Lo0O4r4c.wav` file that starts at 90.0 and ends at 105.0 didn't transcribed successfully.
WARNING:root:The segment from `output/bc8Lo0O4r4c.wav` file that starts at 105.0 and ends at 120.0 didn't transcribed successfully.
WARNING:root:The segment from `output/bc8Lo0O4r4c.wav` file that starts at 60.0 and ends at 75.0 didn't transcribed successfully.
100%|██████████| 9/9 [12:59<00:00, 86.67s/it]
URL elements: 100%|█████████████████| 1/1 [13:03<00:00, 783.73s/it]
URLs or local paths: 100%|█████████████████| 1/1 [13:11<00:00, 791.15s/it]

ما المشكلة برأيكم؟

التفريغ بنموذج ويسبر لا يعمل منذ 05-01-2024

السلام عليكم ورحمة الله

بعد تثبيت لوازم البيئة، يظهر هذا التحذير:

image

ثم تبقى المعالجة جارية لكن لا تقدَّم أي نتائج (انتظرت أكثر من ثلث ساعة على تفريغ مقطع مدته 10 دقائق لكن بلا فائدة)

تعديل اختيار urls إلى اختيار urls_or_paths

يقبل تفريغ روابط المواد المرئية وقوائم التشغيل من موقع YouTube من خلال الاختيار urls، من خلال إضافة هذه الميزة سيتم تغيير الاختيار urls إلى urls_or_paths والذي سيسمح للمستخدم بتمرير مسارات لملفات أو مجلدات على حاسبه وسيتم تحويل المادة المرئية/المسموعة في حال كان المسار لملف واحد أو كل المواد المرئية/المسموعة داخل المجلد.

تخطي الملفات الموجودة مسبقا في مجلد المخرجات

إذا كان ملف المادة موجود في مجلد المخرجات أو كان ملف التفريغ موجود، فيجب تخطي خطوة التحميل أو خطوة التفريغ لهذه المادة.

يجب إضافة اختيار force-redownload-- و force-retranscribe-- لإجبار تفريغ على إعادة تحميل وتفريغ الملفات الموجودة مسبقا.

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.