Skip to content

Commit 1a84f3d

Browse files
authored
Update README.md
1 parent 5e38366 commit 1a84f3d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@ Built with ❀️ by a team of graduate students as part of our coursework under
6161
feel free to fork, star, and remix with credit!
6262

6363
## πŸ“ Project Structure
64+
πŸ“¦ PySparkFlicks_MovieRecommender/
65+
β”œβ”€β”€ 🧠 code/ β†’ PySpark code and scripts
66+
β”œβ”€β”€ πŸ“’ notebooks/ β†’ Jupyter Notebooks for exploration
67+
β”œβ”€β”€ πŸ“Š data/ β†’ Sample Netflix dataset
68+
β”œβ”€β”€ πŸ“„ documentation/ β†’ IEEE paper, diagrams, and references
69+
β”œβ”€β”€ βš™οΈ .github/workflows/ β†’ CI/CD workflows (Python)
70+
β”œβ”€β”€ πŸ“¦ requirements.txt β†’ Python dependencies
71+
β”œβ”€β”€ πŸ› οΈ setup.py β†’ Installable package setup (optional)
72+
β”œβ”€β”€ πŸ“˜ README.md β†’ This very file
73+
└── 🧾 LICENSE β†’ Open-source license
6474

65-
πŸ“¦ PySparkFlicks_MovieRecommender/ β”œβ”€β”€ 🧠 code/ β†’ PySpark code and scripts β”œβ”€β”€ πŸ“’ notebooks/ β†’ Jupyter Notebooks for exploration β”œβ”€β”€ πŸ“Š data/ β†’ Sample Netflix dataset β”œβ”€β”€ πŸ“„ documentation/ β†’ IEEE paper, diagrams, and references β”œβ”€β”€ βš™οΈ .github/workflows/ β†’ CI/CD workflows (Python) β”œβ”€β”€ πŸ“¦ requirements.txt β†’ Python dependencies β”œβ”€β”€ πŸ› οΈ setup.py β†’ Installable package setup (optional) β”œβ”€β”€ πŸ“˜ README.md β†’ This very file └── 🧾 LICENSE β†’ Open-source license
6675

0 commit comments

Comments
Β (0)