Skip to content

GAMO-2025/gamo_ai_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧑‍🧑‍🧒🙋📞 GAMO

안녕하세요. 시니어 맞춤 가족 소통 서비스 가모(GAMO)의 Python AI API 레포지토리입니다.
[2025 성신여자대학교 융합캡스톤디자인 프로젝트]

🤦‍♀️ 담당

Team Leader
박지현
키워드 추천, 편지 교정, 서버 배포

프로젝트 소개

프로젝트 목표

🎦 GAMO 데모 영상

https://www.youtube.com/watch?v=aL9ShCryn3M

🛠 기술 스택

Front-end

Infra & Back-end

구분 기술
Language Java,Python
Framework Spring Boot, FastAPI
Database MySQL, JPA
Infra GCP, Nginx
CI/CD Jenkins
Auth JWT, Spring Security
기타 OAuth, WebSocket, SSE, WebRTC, Google Cloud Storage
외부 API Google Speech To Text, Gemini API
frontend TailWindCss, HTML, Javascript, Thymeleaf

⛏️ 서비스 아키텍쳐

📁 프로젝트 구조

Python 레포지토리 폴더 구조

GAMO_AI_API/
├── app/                 # 애플리케이션 코드
│   ├── core/            # 환경설정
│   ├── database/        # DB 연결 및 모델
│   ├── routers/         # API 엔드포인트
│   ├── utils/           # 유틸리티 함수
│   └── main.py          # 서버 실행 파일
├── venv/                # 가상 환경
├── .env                 # 환경 변수
├── .gitignore
├── Jenkinsfile          # 배포 스크립트
└── README.md

About

Python으로 구현된 GAMO AI API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages