File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -61,3 +61,30 @@ Built with β€οΈ by a team of graduate students as part of our coursework under
6161## π License
6262feel free to fork, star, and remix with credit!
6363
64+ ## π Project Structure
65+ PySparkFlicks_MovieRecommender/
66+ β
67+ βββ code/ # All PySpark code/scripts
68+ β βββ preprocessing.py
69+ β βββ train_model.py
70+ β βββ utils.py
71+ β
72+ βββ notebooks/ # Optional: Jupyter Notebooks (.ipynb)
73+ β βββ movie_recommender.ipynb
74+ β
75+ βββ data/ # (optional) Add sample dataset for demo/testing
76+ β βββ sample_ratings.csv
77+ β
78+ βββ documentation/ # IEEE paper, diagrams, screenshots
79+ β βββ project_report.pdf
80+ β βββ architecture.png
81+ β
82+ βββ .github/
83+ β βββ workflows/
84+ β βββ python-package.yml
85+ β
86+ βββ requirements.txt # pip dependencies
87+ βββ setup.py # optional, for making this pip installable
88+ βββ README.md # landing page π
89+ βββ LICENSE # add MIT license or similar if open-source
90+
You canβt perform that action at this time.
0 commit comments