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.
- 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.
- 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