Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.27 KB

File metadata and controls

47 lines (33 loc) · 1.27 KB

Insightify - Capstone Project

This project gives us the opportunity to dive into the exciting field of data science and develop a comprehensive data science application. With a focus on leveraging data to generate valuable insights and drive informed decision-making, this project aims to tackle a generic problem space. We will build advanced modules, including data preprocessing, exploratory data analysis, machine learning algorithms, and data visualization, to create a robust and user-friendly data science application that can be applied across various domains.

About this Project

This is the Capstone/Final Year Project for batch BSCS-20 Undergraduate Degree at National University of Sciences & Technology - School of Electrical Engineering and Computer Science. The contributors to this project are:

  • Baqir E Muhammad
  • Faizaan Al Faisal
  • Munim Zafar

Running Locally

  1. Install dependencies using pnpm:
pnpm install
  1. Copy .env.example to .env.local and update the variables.
cp .env.example .env.local
  1. Initialize Prisma
pnpm prisma generate

followed by

pnpm prisma migrate dev
  1. Start the development server:
pnpm dev
  1. (optional) Run the prisma studio to view db contents
pnpm prisma studio