nisharg nargund commited on
Commit
3ae03d4
·
1 Parent(s): 12c1b13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -8,6 +8,11 @@ Original file is located at
8
 
9
  # Import Statements
10
  """
 
 
 
 
 
11
 
12
  from zipfile import ZipFile
13
  file_name = "brain_tumor_dataset_kaggle.zip"
 
8
 
9
  # Import Statements
10
  """
11
+ !pip install keras
12
+ !pip install tensorflow
13
+ !pip install numpy
14
+ !pip install pandas
15
+ !pip install matplotlib.pyplot
16
 
17
  from zipfile import ZipFile
18
  file_name = "brain_tumor_dataset_kaggle.zip"