{"id":29881410,"url":"https://github.com/ohcuy/tongtongtong-api","last_synced_at":"2026-05-05T11:33:19.278Z","repository":{"id":305457103,"uuid":"1022914928","full_name":"ohcuy/tongtongtong-api","owner":"ohcuy","description":"Apple Developer Academy @ POSTECH Cohort 2025 - C4 M12","archived":false,"fork":false,"pushed_at":"2025-07-20T07:11:27.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-20T09:18:45.689Z","etag":null,"topics":["fastapi","ml","python","swiftui"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ohcuy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-20T05:52:38.000Z","updated_at":"2025-07-20T07:19:54.000Z","dependencies_parsed_at":"2025-07-20T09:18:47.067Z","dependency_job_id":"f972280d-c9fd-4a3f-88d8-58aa62eedb1c","html_url":"https://github.com/ohcuy/tongtongtong-api","commit_stats":null,"previous_names":["ohcuy/tongtongtong-api"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ohcuy/tongtongtong-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohcuy%2Ftongtongtong-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohcuy%2Ftongtongtong-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohcuy%2Ftongtongtong-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohcuy%2Ftongtongtong-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ohcuy","download_url":"https://codeload.github.com/ohcuy/tongtongtong-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohcuy%2Ftongtongtong-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268026089,"owners_count":24183335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fastapi","ml","python","swiftui"],"created_at":"2025-07-31T11:01:43.486Z","updated_at":"2026-05-05T11:33:14.254Z","avatar_url":"https://github.com/ohcuy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tongtongtong-api\r\n\r\nFastAPI로 구현된 오디오 기반 수박 숙성도 예측 서버입니다. 사용자의 오디오 파일을 업로드하면 특징을 추출하고, 학습된 모델을 사용해 숙성도(낮은 소리/높은 소리)를 예측합니다.\r\n\r\n📂 폴더 구조\r\n```\r\n├── app/\r\n│   ├── core/          # 설정 및 로거\r\n│   │   ├── config.py  # 환경변수(BaseSettings) 설정\r\n│   │   └── logger.py  # 로깅 설정\r\n│   ├── services/      # 비즈니스 로직 (특성 추출, 임시 파일 저장)\r\n│   │   └── feature.py\r\n│   ├── api/           # HTTP 라우터\r\n│   │   └── v1/\r\n│   │       └── predict.py\r\n│   └── main.py        # FastAPI 앱 초기화 및 라우터 조립\r\n├── models/            # ML 모델(.pkl) 파일\r\n│   └── best_model.pkl\r\n├── src/               # ML 모델 코드\r\n│   └── data/\r\n│       ├── feature_extractor.py\r\n│       └── preprocessor.py\r\n├── .env.example       # 환경변수 예시\r\n├── requirements.txt   # Python 패키지 목록\r\n└── README.md          # 프로젝트 설명서\r\n```\r\n\r\n🚀 빠른 시작\r\n\r\n1. 가상환경\r\n```\r\npython3 -m venv .venv\r\nsource .venv/bin/activate\r\n```\r\n\r\n2. 의존성 설치\r\n```\r\npip install --upgrade pip\r\npip install -r requirements.txt\r\n```\r\n\r\n3. 환경변수 설정\r\n```\r\ncp .env.example .env\r\n```\r\n\r\n4. 서버 실행\r\n```\r\nuvicorn app.main:app --host $FASTAPI_HOST --port $FASTAPI_PORT --reload\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohcuy%2Ftongtongtong-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fohcuy%2Ftongtongtong-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohcuy%2Ftongtongtong-api/lists"}