├── Artifacts ├── 30 Second Elevator Pitch (1).mp4 ├── 30 Second Elevator Pitch.srt ├── diarization_stats.txt └── interview_with_filler.mp4 ├── CMPE297Presentation.pptx ├── Project Report.docx ├── README.md ├── colabs ├── Filler_words_removal.ipynb ├── Speaker_Diarization.ipynb ├── Streamlit_Application.ipynb ├── Transcription_&_stabilizing_word_timestamps.ipynb └── Video_editing_functionalities(Remove_Silent_Parts_Video,trimming,cutting_videos).ipynb └── deployment_files ├── app.py ├── requirements.txt └── stable_whisper.py /Artifacts/30 Second Elevator Pitch (1).mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rameshavinash94/AIVideoEditor/HEAD/Artifacts/30 Second Elevator Pitch (1).mp4 -------------------------------------------------------------------------------- /Artifacts/30 Second Elevator Pitch.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rameshavinash94/AIVideoEditor/HEAD/Artifacts/30 Second Elevator Pitch.srt -------------------------------------------------------------------------------- /Artifacts/diarization_stats.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rameshavinash94/AIVideoEditor/HEAD/Artifacts/diarization_stats.txt -------------------------------------------------------------------------------- /Artifacts/interview_with_filler.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rameshavinash94/AIVideoEditor/HEAD/Artifacts/interview_with_filler.mp4 -------------------------------------------------------------------------------- /CMPE297Presentation.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rameshavinash94/AIVideoEditor/HEAD/CMPE297Presentation.pptx -------------------------------------------------------------------------------- /Project Report.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rameshavinash94/AIVideoEditor/HEAD/Project Report.docx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rameshavinash94/AIVideoEditor/HEAD/README.md -------------------------------------------------------------------------------- /colabs/Filler_words_removal.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rameshavinash94/AIVideoEditor/HEAD/colabs/Filler_words_removal.ipynb -------------------------------------------------------------------------------- /colabs/Speaker_Diarization.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rameshavinash94/AIVideoEditor/HEAD/colabs/Speaker_Diarization.ipynb -------------------------------------------------------------------------------- /colabs/Streamlit_Application.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rameshavinash94/AIVideoEditor/HEAD/colabs/Streamlit_Application.ipynb -------------------------------------------------------------------------------- /colabs/Transcription_&_stabilizing_word_timestamps.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rameshavinash94/AIVideoEditor/HEAD/colabs/Transcription_&_stabilizing_word_timestamps.ipynb -------------------------------------------------------------------------------- /colabs/Video_editing_functionalities(Remove_Silent_Parts_Video,trimming,cutting_videos).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rameshavinash94/AIVideoEditor/HEAD/colabs/Video_editing_functionalities(Remove_Silent_Parts_Video,trimming,cutting_videos).ipynb -------------------------------------------------------------------------------- /deployment_files/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rameshavinash94/AIVideoEditor/HEAD/deployment_files/app.py -------------------------------------------------------------------------------- /deployment_files/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rameshavinash94/AIVideoEditor/HEAD/deployment_files/requirements.txt -------------------------------------------------------------------------------- /deployment_files/stable_whisper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rameshavinash94/AIVideoEditor/HEAD/deployment_files/stable_whisper.py --------------------------------------------------------------------------------