main/README.md

20 lines
775 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Учебная практика по разработке ПО
## Описание
Проект выполнен в рамках учебной практики. Включает:
- Работу с Git и Gitea
- Анализ данных в JupyterLab
- Сетевое программирование (TCP/UDP)
- Машинное обучение (спектральная кластеризация)
## Структура
- `01_git_basics/` - основы Git и Python
- `02_jupyter_analysis/` - анализ данных
- `03_networking/` - сетевые соединения
- `04_spectral_clustering/` - кластеризация изображений
## Установка
```bash
python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt