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.
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
- Install dependencies using pnpm:
pnpm install- Copy
.env.exampleto.env.localand update the variables.
cp .env.example .env.local- Initialize Prisma
pnpm prisma generatefollowed by
pnpm prisma migrate dev- Start the development server:
pnpm dev- (optional) Run the prisma studio to view db contents
pnpm prisma studio