https://github.com/guleri24/privrank
Privacy-Preserving Social Media Data Publishing for Personalized Ranking-Based Recommendation
https://github.com/guleri24/privrank
collaborative-filtering fastapi python3 social-media
Last synced: 4 months ago
JSON representation
Privacy-Preserving Social Media Data Publishing for Personalized Ranking-Based Recommendation
- Host: GitHub
- URL: https://github.com/guleri24/privrank
- Owner: Guleri24
- Created: 2022-05-03T16:02:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T20:26:28.000Z (about 4 years ago)
- Last Synced: 2025-05-28T13:54:39.513Z (about 1 year ago)
- Topics: collaborative-filtering, fastapi, python3, social-media
- Language: Python
- Homepage:
- Size: 10.1 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PrivRank for Social Media
Data Mining Lab Project
Topic: Privacy-Preserving Social Media Data Publishing for Personalized Ranking-Based Recommendation
By:
185502 Mohit Kumar Verma
185509 Abhishek Guleri
185529 Anshul

#### Setup
pip install "fastapi[all]"
#### Run - locally
uvicorn --port 5000 --host 127.0.0.1 main:app --reload