Skip to content

A web application that allows users to convert media files (video to audio, audio to text, and video to text) using Python's Flask framework.

Notifications You must be signed in to change notification settings

Avishi2511/Media_Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

This is a simple web application that allows users to convert media files (video to audio, audio to text, and video to text) using Python's Flask framework. The application provides a web interface for uploading media files and processing them.

Features

  • Video to Audio Conversion: Convert video files (e.g., MP4) to audio files (e.g., MP3).
  • Audio to Text Conversion: Convert audio files to text using speech recognition.
  • Video to Text Conversion: Extract audio from video and convert it to text.

Technologies Used

  • Frontend:
    • HTML
    • CSS
  • Backend:
    • Python
    • Flask
    • MoviePy (for video to audio conversion)
    • Pydub & SpeechRecognition (for audio to text conversion)

Below is the interface for the same

Screenshot (244)

About

A web application that allows users to convert media files (video to audio, audio to text, and video to text) using Python's Flask framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published