@@ -62,30 +62,7 @@ feel free to fork, star, and remix with credit!
6262
6363## π Project Structure
6464\'\'\'
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
65+ PySparkFlicks_MovieRecommender/ β βββ code/ # All PySpark code/scripts β βββ preprocessing.py β βββ train_model.py β βββ utils.py β βββ notebooks/ # Jupyter Notebooks (.ipynb) β βββ movie_recommender.ipynb β βββ data/ # Sample dataset for demo/testing β βββ sample_ratings.csv β βββ documentation/ # IEEE paper, diagrams, screenshots β βββ project_report.pdf β βββ architecture.png β βββ .github/
66+ β βββ workflows/ β βββ python-package.yml β βββ requirements.txt # pip dependencies βββ setup.py # optional, for making this pip installable βββ README.md # landing page π βββ LICENSE # add MIT license or similar if open-source
9067\'\'\'
9168
0 commit comments