Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hassan11196 authored May 5, 2023
1 parent de2b405 commit 0671b11
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ A cutting-edge AI application designed for integration with superstores and outl
- [Data Cleaning and Categorization](#data-cleaning-and-categorization)
- [Face Detection and Recognition](#face-detection-and-recognition)
- [Product Recommendation](#product-recommendation)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)

- [Machine Learning and Deep Learning Models](#machine-learning-and-deep-learning-models)
- [Acknowledgements](#acknowledgements)

Expand Down Expand Up @@ -67,6 +71,44 @@ Collaborative filtering is used to recommend products to users based on their pu
- **LBPH**: Local Binary Pattern (LBP) is an efficient texture operator that labels image pixels by thresholding the neighborhood of each pixel, considering the result as a binary number.
- **Collaborative Filtering Recommendation**: A recommendation model that filters or evaluates items based on the opinions of other users, helping to recommend products to customers.

## Getting Started

### Prerequisites
- Python 3.6+
- Node.js
- NPM or Yarn

### Installation
1. Clone the frontend repository:

git clone https://github.com/hassan11196/RecognizeAndRecommend.git`

2. Clone the backend repository:

git clone https://github.com/hassan11196/RecognizeAndRecommend-Backend.git

3. Install Python dependencies for the backend:

cd RecognizeAndRecommend-Backend
pip install -r requirements.txt

4. Install frontend dependencies:

cd ../RecognizeAndRecommend/frontend
npm install

5. Run the backend development server:

cd ../RecognizeAndRecommend-Backend
python manage.py runserver

6. Launch the frontend:

cd ../RecognizeAndRecommend/frontend
npm start



## Acknowledgements

This project was a Semester Project for the course "Human Computer Interaction" by "Dr. Rauf Shams Malick" FALL 2020. Built in collaboration with M.Hassan Ahmed, Noman Anjum, Ahsan Siddique.

0 comments on commit 0671b11

Please sign in to comment.