You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,4 +20,10 @@ git fetch --all
20
20
```
21
21
22
22
## General Structure
23
-
The project contains 2 main modules: [Logic](./Logic/README.md) and [UI](./UI/README.md). The `Logic` module is responsible for doing the main tasks of the project and the `UI` module is responsible for providing a user interface for the user to interact with the system. In each task, you will be told to implement a part or a whole file in one of these modules. Please read the comments for each file and functions inside it to understand what you need to do.
23
+
The project contains 2 main modules: [Logic](./Logic/README.md) and [UI](./UI/README.md). The `Logic` module is responsible for doing the main tasks of the project and the `UI` module is responsible for providing a user interface for the user to interact with the system. In each task, you will be told to implement a part or a whole file in one of these modules. Please read the comments for each file and functions inside it to understand what you need to do.
24
+
25
+
## Crawled Data
26
+
You can find _raw_ crawled data for IMDB movies (which you should've done in Phase 1) [here](https://drive.google.com/file/d/1Lq2zVJlN_B4kUAu4VafQ4jXMIQiAR9vI/view?usp=sharing).
27
+
28
+
## Contributions
29
+
Please create a new issue whenever you find a problem ir you had any suggestions regarding this project. Also, you can create PRs for issues with "student" label.
0 commit comments