Abstract:
PandaAI is an online web application developed using Artificial Intelligence
technology where the system allows the user to perform Video-Text summarization,
generate Sentimental Analysis, and can narrate the summarized document. Every user
with valid credentials can register into the system. The user must upload an .mp4
video, and the system performs processing on it. That produces a summary document
with the extension of a .txt document, an .mp3 file that is our Narration file and again
a .txt document that is our Sentimental Analysis document. Users can save work into
their accounts as well to keep accessibility possible. One user can upload only one
video at a time for the summarization which would help them effectual storing,
browsing, and retrieval of massive collections of video data without sacrificing
critical aspects. We have used VS Code/Flask for web application development. We
have used Sqlite3 as a database.