This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
from moviepy.editor import VideoFileClip | |
import speech_recognition as sr | |
from pydub import AudioSegment | |
import glob | |
import time | |
def extract_audio_from_video(video_path, audio_path): | |
"""Extrage audio din video și salvează ca WAV.""" | |
try: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import argparse | |
import itertools | |
import string | |
import pikepdf | |
import concurrent.futures | |
from tqdm import tqdm | |
import time | |
from datetime import datetime, timedelta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import argparse | |
import itertools | |
import string | |
import pikepdf | |
import concurrent.futures | |
from tqdm import tqdm | |
import time | |
from datetime import datetime, timedelta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import argparse | |
import itertools | |
import string | |
import pikepdf | |
import concurrent.futures | |
from tqdm import tqdm | |
import time | |
from datetime import datetime, timedelta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import argparse | |
import itertools | |
import string | |
import pikepdf | |
import concurrent.futures | |
from tqdm import tqdm | |
import time | |
from datetime import datetime, timedelta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Script pentru conversia documentelor în PDF | |
import os | |
import subprocess | |
import psutil | |
import win32com.client | |
from PyPDF2 import PdfReader, PdfWriter | |
import pikepdf | |
import logging | |
import tempfile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import argparse | |
import itertools | |
import string | |
import pikepdf | |
import concurrent.futures | |
from tqdm import tqdm | |
import time | |
from datetime import datetime, timedelta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import argparse | |
import itertools | |
import string | |
import pikepdf | |
import concurrent.futures | |
from tqdm import tqdm | |
import time | |
from datetime import datetime, timedelta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pentru a fi un bun lider, trebuie să realizați că timpul este foarte prețios și că nu vă puteți permite luxul de a pierde vremea cu acțiuni ineficiente și lipsite de un orizont realist. | |
Transforma la modul imperativ propozitia, inlocuind "trebuie": | |
---Cuvantul "TREBUIE" sau "TREBUIE SA" poate fi inlocuit cu alta cuvinte sau expresii, astfel: | |
trebuie sa folosesti -> vei folosi | |
trebuie sa se hraneasca cu -> este invatat sa se hraneasca cu / este facut de Dumnezeu sa se hraneasca cu / este pregatit sa se hraneasca cu / este incurajat sa se hraneasca singur, / este in stare sa /este decie sa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import argparse | |
import itertools | |
import string | |
import pikepdf | |
import concurrent.futures | |
from tqdm import tqdm | |
import time | |
from datetime import datetime, timedelta |
NewerOlder