Skip to content

sameer1098alam/Fashion-Recommender-With-AI-Chatbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

To get a local copy up and running, please follow these simple steps.

Prerequisites

Here is what you need to be able to run Fashion Recommender With AI Chatbot

  • Node.js (Version: >=18.x)
  • PostgreSQL (Version: >=13.x)
  • Yarn (recommended)

Development

Setup

  1. Clone the repo into a public GitHub repository (or fork https://github.com/Real-Partha/Fashion-Recommender-With-AI-Chatbot/fork).

    git clone https://github.com/Real-Partha/Fashion-Recommender-With-AI-Chatbotgit
  2. Go to the project folder

    cd Fashion-Recommender-With-AI-Chatbot
  3. Set up your .env file

Configuring Backend

  1. Setup Virtual Environment

    python -m venv venv
  2. Activate Virtual Environment

    venv/script/Activate.ps1
  3. Installing Dependencies

    pip install -r requirnments.txt

Configuring Frontend

  1. Go to Frontend folder

    -cd Frontend
  2. Install Node Modules

    npm install

Usage

Start Backend

  1. Go to Backend Folder

    -cd Backend
  2. Start the Backend Server

    unicorn app.main:app --reload

Start Frontend

  1. Go to Frontend Folder

    -cd Frontend
  2. Start the Frontend Server

    npm run dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 36.1%
  • Python 25.9%
  • Jupyter Notebook 20.9%
  • CSS 16.9%
  • HTML 0.2%