Skillenza hackathon
Before running the web app please set up dependencies. You can install the dependencies by running command pip install -r requires.txt
INSTRUCTION TO RUN THE WEB APP:
- Run start.py file which will run the server on localhost command(python start.py).
- As soon as localhost starts, please enter url as http://localhost:5000/home
- As soon as you hit /home api you will see two options
- Insights for company
- Get recommendations for product for user.
- When you click on insights for company link, you will be redirected to a new api where you can select a list of insights in the form of graphs.
- In get recommendation link, you have to give the customer_id of an exsisting user to get recommendations.