Kedro project for Review Rating model.
- Conda
- Git
- Clone the repository
git clone https://github.com/tathagat11/Kartik-Tathagata-AI-839-Major-Project.git
cd <project_folder_name>
- Setup conda environment, alternatively, use any other environment manager
conda create --name <env_name> python=3.12
conda activate <env_name>
- Install dependencies
pip install -r requirements.txt
- Run default pipeline
kedro run