Show Your Talents

Interactive Radial Bar Chart for Research Interests & Skills

Published: December 04, 2025

View on GitHub Live Demo
Research Profile Sample

About The Project

Show Your Talents is an open-source web tool designed to visualize research interests, skills, or any multi-dimensional data in an engaging, interactive radial bar chart. Inspired by academic profile metrics, it allows researchers, developers, and students to showcase their expertise in a visually appealing way.

Built with HTML5 and Plotly.js, it offers a lightweight and customizable solution for personal websites and academic portfolios.

Key Features

  • 📊 Interactive Visualization: Hover over bars to see detailed metrics and values.
  • 🎯 Multi-dimensional Analysis: Compare theoretical depth, applied experience, and potential across various categories.
  • 🖼️ Fully Customizable: Easily update categories, data points, and the central profile image through simple configuration.
  • 🚀 Easy Deployment: Pure static HTML/JS/CSS - works perfectly on GitHub Pages.
Website Interface

Easy-to-use configuration interface

Usage

Getting started is simple. Just clone the repository and edit the configuration:

  1. Clone the repository
    git clone https://github.com/Bili-Sakura/Show-Your-Talents.git
    
  2. Customize Data Open index.html and modify the categories and series arrays:

    // Example configuration
    const categories = ['AI', 'Computer Vision', 'NLP', 'Robotics'];
    const series = [
      { name: 'Theory', data: [80, 90, 70, 60] },
      { name: 'Practice', data: [70, 85, 75, 50] }
    ];
    
  3. Deploy Upload to any static hosting service like GitHub Pages.

Technologies Used

  • HTML5 / CSS3: For structure and styling.
  • Plotly.js: For rendering the interactive charts.

🔗 Ready to Visualize Your Skills?

Check out the repository and star it if you find it useful!

GitHub: Bili-Sakura/Show-Your-Talents