Skip to content

Instantly share code, notes, and snippets.

View KaanErgun's full-sized avatar
🏠
Working from home

Kaan Ergün KaanErgun

🏠
Working from home
View GitHub Profile
@KaanErgun
KaanErgun / docker-compose.yml
Created June 3, 2024 20:24
CVAT server on Ubuntu yaml
version: "3.3"
services:
cvat:
container_name: cvat
image: openvino/cvat_server:latest
restart: always
ports:
- "8080:8080"
environment:
import os
def create_directory_structure(project_name):
# Base directories
base_dirs = [
'docs',
'hdl/src',
'hdl/tb',
'ipcores/src',
'ipcores/tb',