-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfull-view1.html
135 lines (121 loc) · 6.66 KB
/
full-view1.html
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Project 02 - Phonepe Pulse Data</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="fade-in">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">Explore</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li class="active"><a href="elements.html">Back</a></li>
</ul>
<ul class="icons">
<li><a href="https://twitter.com/Yuvarajm752768" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.linkedin.com/in/yuvarajmanoharan98/" class="icon brands fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/yuvarajrajdata/yuvarajrajdata" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Project 01 -->
<article class="project">
<header class="major">
<h2>Project 02</h2>
<h3>Phonepe Pulse Data Visualization and Exploration</h3>
</header>
<div style="display: flex; justify-content: center;">
<img src="C:\Users\user\Desktop\New folder\portfolio web\portfolio 01\images\pic003.jpg" alt="" style="max-width: 400px;" />
</div>
<section>
<h4>Project Description:</h4>
<p>Phonepe Pulse Data Visualization and Exploration with A User-Friendly Tool Using Streamlit and Plotly.This project will be a live geo cartographic visualization dashboard that displays information and insights from the Phonepe pulse Github repository in an interactive and visually appealing manner.</p>
<h4>Domain:</h4>
<p>Fintech</p>
<h4>Technologies:</h4>
<ul>
<li>Python</li>
<li>MySQL</li>
<li>Plotly</li>
<li>Streamlit</li>
<li>Pandas</li>
<li>Github Cloning</li>
<li>Jupyter notebook</li>
</ul>
<h4>Problem Statement:</h4>
<p>The Phonepe pulse Github repository contains a large amount of data related to
various metrics and statistics. The goal is to extract this data and process it to obtain
insights and information that can be visualized in a user-friendly manner.<p>
<p> 1. Extract data from the Phonepe pulse Github repository through scripting and
clone it...<p>
<p>2. Transform the data into a suitable format and perform any necessary cleaning
and pre-processing steps.<p>
<p> 3. Insert the transformed data into a MySQL database for efficient storage and
retrieval.<p>
</p>4. Create a live geo visualization dashboard using Streamlit and Plotly in Python
to display the data in an interactive and visually appealing manner.</p>
</p>5. Fetch the data from the MySQL database to display in the dashboard.</p>
</p>6. Provide at least 10 different dropdown options for users to select different
facts and figures to display on the dashboard. </p>
<h4>Results:</h4>
<p>The result of this project will be a live geo visualization dashboard that displays
information and insights from the Phonepe pulse Github repository in an interactive
and visually appealing manner. The dashboard will have at least 10 different
dropdown options for users to select different facts and figures to display. The data
will be stored in a MySQL database for efficient retrieval and the dashboard will be
dynamically updated to reflect the latest data.
Users will be able to access the dashboard from a web browser and easily navigate
the different visualizations and facts and figures displayed. The dashboard will
provide valuable insights and information about the data in the Phonepe pulse
Github repository, making it a valuable tool for data analysis and decision-making.
Overall, the result of this project will be a comprehensive and user-friendly solution
for extracting, transforming, and visualizing data from the Phonepe pulse Github
repository.</p>
<!-- Project buttons -->
<div class="project-buttons" style="text-align: center;">
<a href="https://www.linkedin.com/posts/yuvarajmanoharan98_project-al-alert-project-title-activity-7088050696435994624-ERgp?utm_source=share&utm_medium=member_desktop" class="button primary project-button">Live Demo</a>
<a href="https://github.com/yuvarajrajdata/Phoneph-data-project" class="button project-button">GitHub Repository</a>
</div>
</section>
</article>
<!-- Links -->
<section class="links">
<ul>
<h4>Reference:</h4>
<li><a href="https://docs.streamlit.io/library">Link 1 : Streamlit</a></li>
<li><a href="https://github.com/yuvarajrajdata/Phoneph-data-project">Link 2 : GitHub</a></li>
</ul>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section class="split contact">
<section class="alt">
<h3>Social</h3>
<ul class="icons alt">
<li><a href="https://twitter.com/Yuvarajm752768" class="icon brands alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.linkedin.com/in/yuvarajmanoharan98/" class="icon brands alt fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/yuvarajrajdata/yuvarajrajdata" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
</section>
</section>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/main.js"></script>
</body>
</html>