Skip to content

maitruongson-vn107/Top50-IMDB-Actors-Actresses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Top50-IMDB-Actors-Actresses

Project for "Applied Data Science with Python" course at OTH Regensburg - summer 2022

  1. Project Description Create a simple application that stores and extracts information about top 50 Hollywood actors and actresses on IMDb.
  • Requirements:
    • List of all available actors and actresses
    • About the actor/actresses
    • All-time movie names and years
    • Awards to actor/actresses in different years
    • Movie genre of actor/actresses
    • Average rating of their movies (overall and each year)
    • Top 5 movies, their respective years and genre
  1. Development Tool and Packages
  • Programming Language: Python 3.8.x
  • Modules & packages:
    • BeautifulSoup, requests (crawling and scraping data)
    • pandas, numpy, matplotlib (data processing & visualization)
    • PyQt5 (GUI)
  • IDE: PyCharm Professional 2021.3.1
  • Database: SQLite
  1. How to clone & run app

Install requirements:

pip3 install -f requirements.txt

Run:

python src/view/main_window.py

  1. References: https://github.com/sebikolon/IMDB

About

Project for "Applied Data Science with Python" course at OTH - summer 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages