- Clone the repository to your local machine
git clone https://github.com/bakayu/plancor_ai.git
cd plancor_ai
- 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
- Conda (recommended)
- Run the following command to start the mode.
python3 app.py
- open http://127.0.0.1:5000/ on your browser to access the model.