This is a project for maximizing the rationality of laptop purchase decisions based on benchmark data. It is currently Canada-only, developed for the boxing day of 2023.
There are five results generated for various users groups. They weigh cpu and gpu scores differently in their calculation of the composite benchmark. If you need it for gaming, video editing, or streaming, open the GPU-heavy benchmark. If you are an average student or officer, open the average benchmark. If you are a programmer, open the CPU-heavy benchmark.
⬇️ GPU-Heavy Side ⬇️
⬆️ CPU-Heavy Side ⬆️
./*.py: Scripts used to crawl / process data
./data/: Data files
- canada_computers_laptops.csv: Product information from CanadaComputers
- passmark/: Benchmark data from PassMark
- cpu.csv: CPU benchmark
- gpu.csv: GPU benchmark (not used)
- notebookcheck/: Benchmark data from NotebookCheck
- mobile-cpu.csv: Mobile CPU data used to obtain integrated GPU
- mobile-gpu.csv: Mobile GPU benchmark
- computed/: Outputs of our analysis