Kaggle Profile API Update w/ SVG All-round ver (kaggle profile api)

SVG All-roundiFrame/ Object/ Embed

https://miro.medium.com/max/1342/1*TCW1TUFHWqk0TnORcJFQYg.png

Have been searching for Kaggle profile card for long? Here is what you need to showcase your ML/DL achievements!

Example

Kaggle Profile Summary Card (chienhsiang-hung.github.io)

SVG served in Markdown and HTML

Markdown

Just replace the YOURKAGGLEUSERNAME to yours (i.e. mine will be https://kaggle-card.chienhsiang-hung.eu.org/api/svg?chienhsianghung)

1
![](https://kaggle-card.chienhsiang-hung.eu.org/api/svg?YOURKAGGLEUSERNAME)

Then Copy and Paste to your Github README.md like mine

HTML

1
<img src="https://kaggle-card.chienhsiang-hung.eu.org/api/svg?YOURKAGGLEUSERNAME" alt="Hsiang's Kaggle Summary Card">

Then Copy and Paste to your website <body> section.

iFrame/ Object/ Embed Usage

Just replace the YOURKAGGLEUSERNAME to yours (i.e. mine will be https://kaggle-card.chienhsiang-hung.eu.org/api/basic?chienhsianghung)

1
<iframe src="https://kaggle-card.chienhsiang-hung.eu.org/api/basic?YOURKAGGLEUSERNAME" width="100%" height="300" style="border:none; min-width: 800px;"></iframe>

Then Copy and Paste to your website <body> section.

Support

It’s always appreciated if you would like to buy me a cofee to support this API. Thank you :)

Contact me: Hung, Chien-Hsiang (chienhsiang-hung.github.io)