Skip to content

This is the repository containing project named "review-rating" done by Kartik and Tathagata under the guidance of Prof. Soma Dhavala.

Notifications You must be signed in to change notification settings

kartikgawande/Kartik-Tathagata-AI-839-Major-Project

 
 

Repository files navigation

Installation

Overview

Kedro project for Review Rating model.

Prerequisites

  • Conda
  • Git

Setup Instructions

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

About

This is the repository containing project named "review-rating" done by Kartik and Tathagata under the guidance of Prof. Soma Dhavala.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.2%
  • Python 0.8%