Skip to content

Rushikeshp2002/InteractLens

Repository files navigation

InteractLens

User Interaction Analysis and Recommendation System

Instructions To Run this Project🔨


Backend⚡

1) First Extract Backend Folder from Drive Link
2) Right Click on the above Folder Flipkart and open this exact folder in Pycharm
3) Open Terminal and Write
--> cd Flipkart
--> cd Flipkart
--> cd Flipkart
--> ls (is manage.py is visible after this command)
--> pip install django
--> pip install faker
--> pip install scikit-learn
--> pip install pillow
--> python manage.py runserver

API Testing💪

1) Install Insomnia
2) And run these API's
1️⃣ SignUp Api(POST) => http://127.0.0.1:8000/authenticate/user/signup
2️⃣ Login Api(POST) => http://127.0.0.1:8000/authenticate/user/login
3️⃣ Recommendation Api(GET) => http://127.0.0.1:8000/predict/data/4
4️⃣ All Products Api(GET) => http://127.0.0.1:8000/products/data
5️⃣ Increment API(GET) => http://127.0.0.1:8000/products/increment/15/1

=======

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

origin/master

About

User Interaction Analysis and Recommendation System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages