profile / src /data /skills.js
n0w0f's picture
Replace FastAPI with React portfolio
c990683
raw
history blame contribute delete
353 Bytes
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;