Skip to content

Visnumaynan/finalyearproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAFLD Notebook Setup

This workspace contains the NAFLD analysis notebook and the dataset CSV used by the notebook.

Prerequisites

  • Python 3.10 or newer
  • Optional: Conda (for the environment.yml path)

Setup (pip)

  1. Create and activate a virtual environment.
  2. Install dependencies:
pip install -r requirements.txt
  1. Launch the notebook:
jupyter notebook NAFLD.ipynb

Setup (conda)

  1. Create the environment:
conda env create -f environment.yml
  1. Activate it:
conda activate nafld
  1. Launch the notebook:
jupyter notebook NAFLD.ipynb

Files

  • NAFLD.ipynb: Main analysis notebook
  • Data+set+Int+J+Obesity.csv: Input dataset used by the notebook
  • requirements.txt / environment.yml: Python dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors