An open API service indexing awesome lists of open source software.

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

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 ;-;***