whatismyfaceshape commited on
Commit
f35cc43
Β·
verified Β·
1 Parent(s): 106039a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +131 -10
README.md CHANGED
@@ -1,10 +1,131 @@
1
- ---
2
- title: README
3
- emoji: πŸ”₯
4
- colorFrom: red
5
- colorTo: blue
6
- sdk: static
7
- pinned: false
8
- ---
9
-
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ![header](https://capsule-render.vercel.app/api?type=waving&color=timeGradient&height=200&section=header&text=Hi%2C%20I%27m%20What%20Is%20My%20Face%20Shape%20πŸ‘‹&fontSize=50&animation=scaleIn&fontAlignY=35&desc=Face%20Shape%20Detector%20Try%20our%20Advanced%20AI-Powered%20Face%20Shape%20Detector&descSize=20&descAlignY=55&descAlign=50)
2
+
3
+ <div align="center">
4
+
5
+ [![Portfolio](https://img.shields.io/badge/Portfolio-000?style=for-the-badge&logo=vercel&logoColor=yellow)](https://whatismyfaceshape.net/)
6
+ [![LinkedIn](https://img.shields.io/badge/LinkedIn-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://linkedin.com/company/what-is-my-face-shape)
7
+
8
+ </div>
9
+
10
+ <details>
11
+ <summary><h2>🀞 My Promise</h2></summary>
12
+
13
+ ```java
14
+ while (isAwake) {
15
+ code();
16
+ learn();
17
+ create();
18
+ repeat();
19
+ }
20
+ ```
21
+ </details>
22
+
23
+ ![](https://capsule-render.vercel.app/api?type=venom&height=150&text=πŸš€%20Featured%20Projects&fontSize=40&color=0:8871e5,100:b678c4&stroke=b678c4)
24
+
25
+ <!-- Featured Projects Section -->
26
+ <table>
27
+ <tr>
28
+ <td width="50%">
29
+ <h3 align="center">What Is My Face Shape</h3>
30
+ <div align="center">
31
+ <a href="https://whatismyfaceshape.net/" target="_blank">
32
+ <img src="https://whatismyfaceshape.net/one-person-per-photo.webp" width="50%" alt="What Is My Face Shape"/>
33
+ </a>
34
+ <br>
35
+ <br>
36
+ <p>
37
+ <a href="#" target="_blank">
38
+ <img src="https://img.shields.io/badge/View_on_GitHub-2ea44f?style=for-the-badge&logo=github"/>
39
+ </a>
40
+ <a href="https://whatismyfaceshape.net/" target="_blank">
41
+ <img src="https://img.shields.io/badge/Live_Demo-brightgreen?style=for-the-badge&logo=vercel"/>
42
+ </a>
43
+ </p>
44
+ <p align="left">
45
+ β€’ Face Shape Detection<br>
46
+ β€’ Nose Shape Detector<br>
47
+ β€’ Eye Shape Detector
48
+ </p>
49
+ </div>
50
+ </td>
51
+ <td width="50%">
52
+ <h3 align="center">Face Type Detecto</h3>
53
+ <div align="center">
54
+ <a href="https://facetypedetector.org/" target="_blank">
55
+ <img src="/path/to/project.png" width="50%" alt="Face Type Detecto"/>
56
+ </a>
57
+ <br>
58
+ <br>
59
+ <p>
60
+ <a href="#" target="_blank">
61
+ <img src="https://img.shields.io/badge/View_on_GitHub-2ea44f?style=for-the-badge&logo=github"/>
62
+ </a>
63
+ <a href="#" target="_blank">
64
+ <img src="https://img.shields.io/badge/Live_Demo-brightgreen?style=for-the-badge&logo=vercel"/>
65
+ </a>
66
+ </p>
67
+ <p align="left">
68
+ β€’ Face Shape Detection<br>
69
+ β€’ Nose Shape Detector<br>
70
+ β€’ Eye Shape Detector
71
+ </p>
72
+ </div>
73
+ </td>
74
+ </tr>
75
+ </table>
76
+
77
+ ![](https://capsule-render.vercel.app/api?type=venom&height=150&text=πŸ’»%20Tech%20Stack&fontSize=40&color=0:00FFFF,100:1E90FF&stroke=1E90FF)
78
+
79
+ <details open>
80
+ <summary><h3>🎯 Core Skills</h3></summary>
81
+
82
+ ![React](https://img.shields.io/badge/-React-blue?style=for-the-badge&logo=react&logoColor=white) ![Python](https://img.shields.io/badge/-Python-blue?style=for-the-badge&logo=python&logoColor=white) ![TypeScript](https://img.shields.io/badge/-TypeScript-blue?style=for-the-badge&logo=typescript&logoColor=white) ![Machine Learning](https://img.shields.io/badge/-Machine_Learning-blue?style=for-the-badge&logo=machine-learning&logoColor=white)
83
+
84
+ </details>
85
+
86
+ <details>
87
+ <summary><h3>🌐 Frontend Development</h3></summary>
88
+
89
+ ![HTML5](https://img.shields.io/badge/-HTML5-blue?style=for-the-badge&logo=html5&logoColor=white) ![CSS3](https://img.shields.io/badge/-CSS3-blue?style=for-the-badge&logo=css3&logoColor=white) ![JavaScript](https://img.shields.io/badge/-JavaScript-blue?style=for-the-badge&logo=javascript&logoColor=white) ![React Native](https://img.shields.io/badge/-React_Native-blue?style=for-the-badge&logo=react-native&logoColor=white)
90
+
91
+ </details>
92
+
93
+ <details>
94
+ <summary><h3>πŸ”™ Backend Development</h3></summary>
95
+
96
+ ![Node.js](https://img.shields.io/badge/-Node.js-blue?style=for-the-badge&logo=node.js&logoColor=white) ![MySQL](https://img.shields.io/badge/-MySQL-blue?style=for-the-badge&logo=mysql&logoColor=white) ![MongoDB](https://img.shields.io/badge/-MongoDB-blue?style=for-the-badge&logo=mongodb&logoColor=white)
97
+
98
+ </details>
99
+
100
+ ![](https://capsule-render.vercel.app/api?type=venom&height=150&text=πŸ“Š%20GitHub%20Stats&fontSize=40&color=0:32CD32,100:006400&stroke=006400)
101
+
102
+ <div align="center">
103
+ <img src="https://github-readme-stats.vercel.app/api?username=adil512&show_icons=true&theme=graywhite" alt="GitHub Stats" height="170"/>
104
+ <img src="https://github-readme-stats.vercel.app/api/top-langs/?username=adil512&layout=compact&theme=graywhite" alt="Top Languages" height="170"/>
105
+ </div>
106
+
107
+ <div align="center">
108
+ <img src="https://github-readme-streak-stats.herokuapp.com/?user=adil512&theme=graywhite" alt="GitHub Streak" height="170"/>
109
+ </div>
110
+
111
+ <h2 align="center">πŸ’‘ Random Dev Quote</h2>
112
+
113
+ <div align="center">
114
+ <img src="https://quotes-github-readme.vercel.app/api?type=horizontal&theme=light" alt="Random Dev Quote"/>
115
+ </div>
116
+
117
+ ![](https://capsule-render.vercel.app/api?type=transparent&height=100&text=πŸ‘©β€πŸ’»%20What%20Is%20My%20Face%20Shape&fontSize=50&fontColor=9370DB&desc=Face%20Shape%20Detector%20Try%20our%20Advanced%20AI-Powered%20Face%20Shape%20Detector&descSize=20&descAlignY=75&descAlign=60)
118
+
119
+ <div align="center">
120
+ <p><i>Thanks for visiting our organizatio page! Feel free to connect or check out my projects.</i></p>
121
+ <br>
122
+ </div>
123
+
124
+ <div align="center">
125
+
126
+ [![Portfolio](https://img.shields.io/badge/Portfolio-000?style=for-the-badge&logo=vercel&logoColor=yellow)](https://whatismyfaceshape.net/)
127
+ [![LinkedIn](https://img.shields.io/badge/LinkedIn-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://linkedin.com/company/what-is-my-face-shape)
128
+
129
+ </div>
130
+
131
+ ![footer](https://capsule-render.vercel.app/api?type=waving&color=timeGradient&height=100&section=footer)