https://github.com/rshrc/service-recommendation
E Commerce Service Recommendation Spoof in Django
https://github.com/rshrc/service-recommendation
data-science django python3
Last synced: about 1 year ago
JSON representation
E Commerce Service Recommendation Spoof in Django
- Host: GitHub
- URL: https://github.com/rshrc/service-recommendation
- Owner: rshrc
- Created: 2019-08-04T05:49:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-09T19:19:43.000Z (almost 7 years ago)
- Last Synced: 2025-03-28T10:54:34.711Z (over 1 year ago)
- Topics: data-science, django, python3
- Language: Python
- Homepage:
- Size: 605 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Service Recommendation System
- Proactive Support Recommendations and measures to increase the conversion rate
- Helps improve customer satisfaction and retention with features like gold member
- Recommendation system taking multiple factors into consideration
## Install guide
Clone repository
`git clone https://github.com/SmitiThapar/dell-hackathon-submission`
Change Directory to the repo
`cd dell-hackathon-submission`
Install requirements
`sudo pip3 install -r requirements.txt`
Start Django Server after running migrations
```
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
```
***bug fixes and feature enhancements are going on ;-;***