Skip to content

Commit a342da1

Browse files
authored
Update README.md
1 parent 13ad366 commit a342da1

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
Β (0)