Skip to content

Commit

Permalink
Update cv
Browse files Browse the repository at this point in the history
  • Loading branch information
onixlas committed Nov 29, 2024
1 parent d5fd7fc commit 7fb014e
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 2 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -633,5 +633,6 @@ jsonresume:
- образование
- выступления
- пет-проекты
- технологии
- сертификаты
- языки
2 changes: 1 addition & 1 deletion _layouts/cv.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ layout: default
{% include resume/projects.liquid %}
{% when 'awards' %}
{% include resume/awards.liquid %}
{% when 'skills' %}
{% when 'технологии' %}
{% include resume/skills.liquid %}
{% when 'выступления' %}
{% include resume/publications.liquid %}
Expand Down
57 changes: 56 additions & 1 deletion assets/json/resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,59 @@
"url": "https://onixlas.github.io/projects/check_doc_ai/"
}
],
"технологии": [
{
"name": "Deep Learning",
"keywords": ["PyTorch", "Lightning", "ONNX", "HuggingFace", "Optimum"]
},
{
"name": "NLP, NER",
"keywords": [
"Ollama",
"Label Studio",
"transformers",
"deeppavlov",
"natasha",
"yargy parser"
]
},
{
"name": "Computer Vision",
"keywords": ["YOLO", "CVAT"]
},
{
"name": "Speech Recognition",
"keywords": ["whisper"]
},
{
"name": "Machine Learning",
"keywords": ["scikit-learn", "CatBoost", "XGBoost", "faiss"]
},
{
"name": "Anomaly Detection",
"keywords": ["PyOD", "PySAD"]
},
{
"name": "Data analysis",
"keywords": ["python", "SQL", "pandas", "polars"]
},
{
"name": "Data visualisation",
"keywords": ["seaborn", "matplotlib", "plotly"]
},
{
"name": "MLOps & Deployment",
"keywords": [
"MLFlow",
"AirFlow",
"Docker",
"Linux",
"FastAPI",
"pywin32",
"uvicorn"
]
}
],
"выступления": [
{
"name": "Опыт обучения и применения нейросетей в качестве модуля российской DCAP системы",
Expand Down Expand Up @@ -103,7 +156,9 @@
"studyType": "повышение квалификации",
"startDate": "2021-10",
"endDate": "2022-03",
"courses": ["Введение в искусственный интеллект и нейросети для авиационных приложений"]
"courses": [
"Введение в искусственный интеллект и нейросети для авиационных приложений"
]
},
{
"institution": "УЦ «Специалист»",
Expand Down

0 comments on commit 7fb014e

Please sign in to comment.