Priyanka-Kumavat-At-TE commited on
Commit
e59e6e4
·
1 Parent(s): 739ee94

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +17 -0
app.py ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # User Test Function (Prediction Script)
2
+
3
+ # Import required libraries
4
+ import pandas as pd
5
+ import numpy as np
6
+ import tensorflow as tf
7
+ import matplotlib.pyplot as plt
8
+ import seaborn as sns
9
+ from sklearn.preprocessing import LabelEncoder
10
+ from sklearn.model_selection import train_test_split
11
+ from sklearn.preprocessing import MinMaxScaler
12
+ from tensorflow.keras.models import Sequential
13
+ from tensorflow.keras.layers import Dense
14
+ import matplotlib.pyplot as plt
15
+ import seaborn as sns
16
+ import pickle
17
+