File size: 3,283 Bytes
893784c
 
 
 
 
 
 
 
 
 
 
 
 
 
b8152ea
893784c
 
 
 
b8152ea
893784c
 
 
 
 
 
 
 
b8152ea
893784c
 
 
 
 
 
 
 
b8152ea
893784c
 
 
 
 
 
 
 
b8152ea
893784c
 
 
 
 
 
 
b8152ea
 
 
893784c
b8152ea
 
893784c
b8152ea
893784c
b8152ea
 
 
893784c
b8152ea
 
893784c
b8152ea
 
9af275a
b8152ea
 
9af275a
b8152ea
 
9af275a
b8152ea
 
893784c
 
 
 
 
 
b8152ea
 
893784c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91


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