Skip to content

Commit 7fb014e

Browse files
committed
Update cv
1 parent d5fd7fc commit 7fb014e

File tree

3 files changed

+58
-2
lines changed

3 files changed

+58
-2
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,5 +633,6 @@ jsonresume:
633633
- образование
634634
- выступления
635635
- пет-проекты
636+
- технологии
636637
- сертификаты
637638
- языки

_layouts/cv.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ layout: default
9393
{% include resume/projects.liquid %}
9494
{% when 'awards' %}
9595
{% include resume/awards.liquid %}
96-
{% when 'skills' %}
96+
{% when 'технологии' %}
9797
{% include resume/skills.liquid %}
9898
{% when 'выступления' %}
9999
{% include resume/publications.liquid %}

assets/json/resume.json

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,59 @@
4545
"url": "https://onixlas.github.io/projects/check_doc_ai/"
4646
}
4747
],
48+
"технологии": [
49+
{
50+
"name": "Deep Learning",
51+
"keywords": ["PyTorch", "Lightning", "ONNX", "HuggingFace", "Optimum"]
52+
},
53+
{
54+
"name": "NLP, NER",
55+
"keywords": [
56+
"Ollama",
57+
"Label Studio",
58+
"transformers",
59+
"deeppavlov",
60+
"natasha",
61+
"yargy parser"
62+
]
63+
},
64+
{
65+
"name": "Computer Vision",
66+
"keywords": ["YOLO", "CVAT"]
67+
},
68+
{
69+
"name": "Speech Recognition",
70+
"keywords": ["whisper"]
71+
},
72+
{
73+
"name": "Machine Learning",
74+
"keywords": ["scikit-learn", "CatBoost", "XGBoost", "faiss"]
75+
},
76+
{
77+
"name": "Anomaly Detection",
78+
"keywords": ["PyOD", "PySAD"]
79+
},
80+
{
81+
"name": "Data analysis",
82+
"keywords": ["python", "SQL", "pandas", "polars"]
83+
},
84+
{
85+
"name": "Data visualisation",
86+
"keywords": ["seaborn", "matplotlib", "plotly"]
87+
},
88+
{
89+
"name": "MLOps & Deployment",
90+
"keywords": [
91+
"MLFlow",
92+
"AirFlow",
93+
"Docker",
94+
"Linux",
95+
"FastAPI",
96+
"pywin32",
97+
"uvicorn"
98+
]
99+
}
100+
],
48101
"выступления": [
49102
{
50103
"name": "Опыт обучения и применения нейросетей в качестве модуля российской DCAP системы",
@@ -103,7 +156,9 @@
103156
"studyType": "повышение квалификации",
104157
"startDate": "2021-10",
105158
"endDate": "2022-03",
106-
"courses": ["Введение в искусственный интеллект и нейросети для авиационных приложений"]
159+
"courses": [
160+
"Введение в искусственный интеллект и нейросети для авиационных приложений"
161+
]
107162
},
108163
{
109164
"institution": "УЦ «Специалист»",

0 commit comments

Comments
 (0)