File size: 353 Bytes
c990683
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
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;