Skip to content

dogaaydin/MovieRatingWithContent---CSE309

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovieRatingWithContent---CSE309

CSE 309 - Software Engineering Term Project

Movie Rating With Content Project

Summary


The aim of this project is to calculate the imdb score of a new movie that will be released by using historical data. The application currently only performs the task of obtaining and displaying historical data.

How to Install


You can download the "Download Zip" to your computer by clicking the green "Code" button at the top right of the repository. After you unzip the file, you can run it in any code editor of your choice.

How to Run


In order to run the project, python,pandas,request,beautiful soup,numpy,openpyxl, pyQt5 must be installed on your computer. You can download Python from their site.
In order to add the libraries to the project, you must write the following commands in cmd.
• pandas --> pip install pandas
• numpy --> pip install numpy
• openpyxl --> pip install openpyxl
• beautiful soup --> pip install beautifulsoup4
• pyqt5 --> pip install pyqt5
• requests --> pip install requests
   After installing these libraries, it will be enough to run the run command to make the project work.

Technologies

• Created using visual studio code.
• Excel was used to store the data.
• The design editor of pyQt5 was used for the UI.

What to Add?

When the algorithm of the next period project is completed, our application will calculate the approximate imdb score of the movie that will be released according to the selected parameter.

Developers

191805026 - Doğa Aydın
191805009 - Almila Altıntaş

About

CSE 309 - Software Engineering Term Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages