Deployment / EDA.py
ryantrisnadi's picture
Update EDA.py
b8152ea verified
raw
history blame contribute delete
No virus
3.28 kB
import streamlit as st
import pandas as pd
import joblib
import streamlit as st
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
from phik.report import plot_correlation_matrix
from PIL import Image
#load_model = joblib.load("my_model.pkl")
#menampilakn phik matrix
st.title('Welcome to Explaration Data Analysis by Ryan Trisnadi')
#image = Image.open('/Users/ryantrisnadi/Desktop/first_project1/p1-ftds017-hck-g5-ryantrisnadi/Screen Shot 2024-06-22 at 10.35.04 PM.png')
image_path = 'https://drive.google.com/file/d/1uSoZw5isZ8h35qdZsaNy1Z_TzGwkIDsq/view?usp=sharing' # Adjust the path as needed
image = Image.open(image_path)
# Display the image
st.image(image, caption='Figure 1')
#menampilakn phik matrix
#image = Image.open('/Users/ryantrisnadi/Desktop/first_project1/p1-ftds017-hck-g5-ryantrisnadi/Screen Shot 2024-06-22 at 10.35.04 PM.png')
image_path = 'https://drive.google.com/file/d/1ajHpmr70Eg78wgK72zmBBd40jhH2M9xm/view?usp=sharing' # Adjust the path as needed
image = Image.open(image_path)
# Display the image
st.image(image, caption='Figure 2')
#menampilakn phik matrix
#image = Image.open('/Users/ryantrisnadi/Desktop/first_project1/p1-ftds017-hck-g5-ryantrisnadi/Screen Shot 2024-06-22 at 10.35.04 PM.png')
image_path = 'https://drive.google.com/file/d/1owHJmd4HlPc8wqBrJwpYo-aC9zufZwP0/view?usp=sharing' # Adjust the path as needed
image = Image.open(image_path)
# Display the image
st.image(image, caption='Figure 3')
#menampilakn phik matrix
#image = Image.open('/Users/ryantrisnadi/Desktop/first_project1/p1-ftds017-hck-g5-ryantrisnadi/Screen Shot 2024-06-22 at 10.35.04 PM.png')
image_path = 'https://drive.google.com/file/d/1HXaMMKUup6jiL9tXAg8CwsjhYWTk1C7f/view?usp=sharing' # Adjust the path as needed
image = Image.open(image_path)
# Display the image
st.image(image, caption='Figure 4')
#menampilakn phik matrix
# #image = Image.open('/Users/ryantrisnadi/Desktop/first_project1/p1-ftds017-hck-g5-ryantrisnadi/Screen Shot 2024-06-22 at 10.35.04 PM.png')
# image_path = '/Users/ryantrisnadi/Desktop/Screen Shot 2024-07-04 at 11.43.20 PM.png' # Adjust the path as needed
# image = Image.open(image_path)
# # Display the image
# st.image(image, caption='Figure 5')
# #menampilakn phik matrix
# #image = Image.open('/Users/ryantrisnadi/Desktop/first_project1/p1-ftds017-hck-g5-ryantrisnadi/Screen Shot 2024-06-22 at 10.35.04 PM.png')
# image_path = '/Users/ryantrisnadi/Desktop/Screen Shot 2024-07-04 at 11.43.20 PM.png' # Adjust the path as needed
# image = Image.open(image_path)
# # Display the image
# st.image(image, caption='Figure 6')
# image_path = '/Users/ryantrisnadi/Desktop/Screen Shot 2024-07-04 at 11.41.23 PM.png' # Adjust the path as needed
# image = Image.open(image_path)
# image_path = '/Users/ryantrisnadi/Desktop/Screen Shot 2024-07-04 at 11.41.06 PM.png' # Adjust the path as needed
# image = Image.open(image_path)
# image_path = '/Users/ryantrisnadi/Desktop/Screen Shot 2024-07-04 at 11.40.59 PM.png' # Adjust the path as needed
# image = Image.open(image_path)
# image_path = '/Users/ryantrisnadi/Desktop/Screen Shot 2024-07-04 at 11.40.54 PM.png' # Adjust the path as needed
# image = Image.open(image_path)
# #streamlit run app.py
# #cd p1-ftds017-hck-g5-ryantrisnadi