nikhiljsk / GUIMovieDataAnalysis

A graphical user interface using QT and Python-3 which is capable of asking the query from user in text format or even in Image format and get the answer from the dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GUI for Movie data analysis

A graphical user interface using QT and Python-3 which is capable of asking the query from user in text format or even in Image format and get the answer from the dataset. Used Image processing and open-source visulization libraries to achieve this. We have also analyzed the emotions of the film in each year and then could predict the year given the rate of emotion. The solution contains different types of graphs and text outputs to give a holistic comprehensibility to the end user.

Libraries required

  • PyQT5
  • Pytesseract
  • Open-cv
  • tensorflow
  • Pandas
  • Numpy
  • Matplotlib
  • Seaborn
  • SciKit-Learn

Note: The file "libraries.exe" which is available in the file "Libraries" from the repository can be used to install all these libraries provided you have "pip" working in your system.

Steps to follow:

  • Download the zip file.
  • Execute the file "libraries.exe" to install and the required libraries for the Python Code. (Make sure pip is installed in your system.)
  • Run GUI.py file.

Once the above steps are done you are good to go.

Cheers :)

About

A graphical user interface using QT and Python-3 which is capable of asking the query from user in text format or even in Image format and get the answer from the dataset


Languages

Language:Jupyter Notebook 90.9%Language:Python 9.1%