import React from "react"; import "../static/style.css"; const Header: React.FC = () => { return (

AI Polymer Classification

AI-driven polymer aging prediction and classification using spectroscopy and deep learning.

); }; export default Header;