Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.07 KB

README.md

File metadata and controls

37 lines (32 loc) · 1.07 KB

plancor_ai

A model to find the decor that matches your room the best, powered by plancor


Installation

  1. Clone the repository to your local machine
git clone https://github.com/bakayu/plancor_ai.git
cd plancor_ai

  1. Depending upon the environment, download the dependency set:
    • Conda (recommended)
      • Download and Install miniforge3 from here for your operating system.
      • Run the following command to create a conda environment
        conda env create -f environment.yml
      • Activate the conda envrionment
        conda activate plancor
    • System-wide, make sure that python version installed is <= v3.11
      • Run the following command to install the dependencies
      pip install -r requirements.txt

Usage

  1. Run the following command to start the mode.
python3 app.py
  1. open http://127.0.0.1:5000/ on your browser to access the model.