Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 700 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 700 Bytes

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