Compare commits

...

10 commits

Author SHA1 Message Date
cb7c0351fb
Project restructure, fix path issues 2024-06-13 18:46:32 +10:00
Rory Healy
a171eb1ca1 partb5 complete, refactored code for cleaner design 2021-04-15 07:47:29 +10:00
Rory Healy
8cb005de77 partb4 completed, refactored code 2021-04-14 23:42:57 +10:00
Rory Healy
9ebd727ca1 update dependencies 2021-04-12 17:31:44 +10:00
Rory Healy
67a1524bd6 added basic search functionality 2021-04-11 23:09:58 +10:00
Rory Healy
cf9299e503 partb2 complete 2021-04-11 19:43:49 +10:00
Rory Healy
1c39aa1873 partb1 completed 2021-04-11 19:01:03 +10:00
Rory Healy
1c2258939e
Update README.md 2021-04-10 09:42:13 +00:00
Rory Healy
661862fff4 scatter plots created 2021-04-10 19:40:43 +10:00
Rory Healy
1a03366fb9 added argument parsing 2021-04-10 15:16:53 +10:00
149 changed files with 4008 additions and 3529 deletions

8
.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
__pycache__
bin
include
lib
lib64
share
pyvenv.cfg
.venv

View file

@ -1,15 +1,27 @@
# COMP20008 2021 Semester 1 Assignment 1
Student name: Rory Healy
Student ID: 964275
## Description
### Part A: COVID-19 data analysis
Using the Our World In Data (OWID) COVID-19 dataset (available [here](https://covid.ourworldindata.org/data/owid-covid-data.csv)), this part of the project deals with pre-processing, visualisation, and discussion of the dataset.
### Part B: Cricket news search engine
Using the cricket dataset from the LMS, this part of the project deals with building up a basic (and advanced) search engine to search through the news articles to find keywords, and provides rankings.
Dependencies:
## Dependencies:
- pandas >= 1.2.2
Python version used: 3.9.4
- pandas >= 1.2.4
- matplotlib >= 3.4.1
- numpy >= 1.20.2
- regex >= 2021.4.4
- scikit-learn >= 0.24.1
- nltk >= 3.6.1
- Must install punkt and stemwords through nltk.download()

File diff suppressed because it is too large Load diff

View file

Can't render this file because it is too large.

Some files were not shown because too many files have changed in this diff Show more