To get a local copy up and running, please follow these simple steps.
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)
-
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
-
Go to the project folder
cd Fashion-Recommender-With-AI-Chatbot
-
Set up your
.env
file
-
Setup Virtual Environment
python -m venv venv
-
Activate Virtual Environment
venv/script/Activate.ps1
-
Installing Dependencies
pip install -r requirnments.txt
-
Go to Frontend folder
-cd Frontend
-
Install Node Modules
npm install
-
Go to Backend Folder
-cd Backend
-
Start the Backend Server
unicorn app.main:app --reload
-
Go to Frontend Folder
-cd Frontend
-
Start the Frontend Server
npm run dev