Skip to content

Transcriptor is a web application that generates a quick summary and analyzes sentiment for videos using advanced Natural Language Processing techniques.

License

Notifications You must be signed in to change notification settings

secheaper/transcriptor

 
 

Repository files navigation

Python Python Application GitHub issues Github closes issues Github pull requests Release GitHub forks DOI GitHub license Lines of code Discord Discussion Chat codecov Contributors

Transcriptor is a web application that generates a quick summary and analyzes sentiment for videos/audios using advanced Natural Language Processing techniques.

  • Fast: Transcriptor helps you save over 70% of your time by quickly providing a summary to highlight key points from videos/audios
  • Easy: A simple and friendly web interface is provided used to summarize videos/audios
  • Powerful: Transcriptor uses TensorFlow libraries to get highly accurate summaries in no time

Installation :: Demo Website :: License :: Contributions :: Future Scope :: Contributors :: Support


🚀 Installation

  1. Clone the Git repository and cd into the new repo
git clone https://github.com/secheaper/transcriptor.git
cd transcriptor
  1. This project uses Python 3, so make sure that Python and Pip are preinstalled. All requirements of the project are listed in the requirements.txt file. Use pip to install all of those
pip install -r requirements.txt
  1. Once all the requirements are installed, you will have to cd into the source folder. Once in the source folder, use the streamlit command to run the transcriptor.py file
cd source
streamlit run transcriptor.py
  1. If all went well, you should see the Network URL where this application is running on your local computer

🌻 Demo Website

The project is deployed on Streamlit Cloud

📄 License

This project is licensed under the terms of the MIT license. Please check License for more details.

✏️ Contributions

Please see our CONTRIBUTING.md for instructions on how to contribute to the project by completing some of the issues.

🔮 Future Scope

For enhancement of this project following functionalities can be implemented

  • Currently our application supports .wav audios, youtube videos and videos with .mp4 extension. Provide support for other video and audio formats
  • Perform summarization for videos/audios in languages other than English
  • Provide summary in form of video
  • Generate summary of videos/audios for specific time frames
  • Compare various Summarization models and provide optimal summary
  • Adding Chrome extension for Transcriptor
  • Develop a Discord BOT for transcriptor

❤️ Acknowledgements

We would like to thank Dr. Timothy Menzies for helping us understand the process of building a good Software Engineering project. We would also like to thank the teaching assistants Xiao Ling, Andre Lustosa, Kewen Peng, Weichen Shi for their support throughout the project. Also thanks to the amazing teams at Streamlit, Huggingface and Shields.io for their amazing projects!

✨ Contributors


Shubham Mankar

Pratik Devnani


Moksh Jain


Rahil Sarvaiya


Anushi Keswani

📧 Support

For any queries and help, please reach out to us at: [email protected]

About

Transcriptor is a web application that generates a quick summary and analyzes sentiment for videos using advanced Natural Language Processing techniques.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.9%
  • Shell 1.1%