Go to file
2026-05-30 11:59:32 +03:00
01_git_basics Initial commit: project structure and Git basics 2026-05-30 11:53:10 +03:00
02_jupyter_analysis Add JupyterLab analysis notebook 2026-05-30 11:56:33 +03:00
03_networking Add TCP/UDP server-client applications 2026-05-30 11:58:56 +03:00
04_spectral_clustering Add spectral clustering image segmentation 2026-05-30 11:59:32 +03:00
.gitignore Initial commit: project structure and Git basics 2026-05-30 11:53:10 +03:00
README.md Initial commit: project structure and Git basics 2026-05-30 11:53:10 +03:00
requirements.txt Initial commit: project structure and Git basics 2026-05-30 11:53:10 +03:00

Учебная практика по разработке ПО

Описание

Проект выполнен в рамках учебной практики. Включает:

  • Работу с Git и Gitea
  • Анализ данных в JupyterLab
  • Сетевое программирование (TCP/UDP)
  • Машинное обучение (спектральная кластеризация)

Структура

  • 01_git_basics/ - основы Git и Python
  • 02_jupyter_analysis/ - анализ данных
  • 03_networking/ - сетевые соединения
  • 04_spectral_clustering/ - кластеризация изображений

Установка

python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt