| const skills = { | |
| Programming: ["Python", "Golang", "JavaScript"], | |
| "ML & AI": ["PyTorch", "PyG", "HuggingFace", "PyTorch Lightning", "OpenCV", "DeepStream"], | |
| "DevOps & Tools": ["Git", "Docker", "FastAPI", "MLflow", "Flyte", "CI/CD"], | |
| "Scientific Computing": ["Quantum Espresso", "VASP", "ASE", "Pymatgen"] | |
| }; | |
| export default skills; |