Skip to content

potenday-23/ticats_ai_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

티켓 사진 OCR 서버

티켓 사진의 텍스트로 추출하는 FastAPI 기반 프로젝트
✔ 배포 웹사이트 : 배포 이전 상태
✔ Tech : FastAPI, SQLAlchemy, pydantic, postgresql, JWT, Alembic, Docker, AWS

Summary

  • 사진의 텍스트를 추출하는 AI 서버

Skils

언어 및 프레임워크: Static Badge Static Badge
데이터베이스 및 테스트: Static Badge Static Badge
배포 : Static Badge Static BadgeStatic Badge

Installation

  1. 환경변수 설정
    SECRET_KEY=e068f0399d3729db42eafdc56ca258ff3954c38a24ac423a6d5b15005378785c
  2. 라이브러리 설치(python 3.10버전)
       pip install requirements.txt
  3. 엘리스 미니 프로젝트 실행
    alembic upgrade head
    uvicorn main:app --reload

디렉터리 구조

├─app
│  ├─config
│  ├─models
│  ├─routers
│  ├─schemas
│  ├─services
├─migrations
│  ├─versions
├─tests
│  └─routers

Git Convention

  • github-flow를 따름
  • branch Convention
      issuename_#10
    
  • commit Convention
    Feat #10 : 특정 기능 추가
    

Running Tests

Test => tests 폴더 Run

image Static Badge

API 문서

image API 문서 바로가기👈

Architecture

image

TIL

전체 TIL 링크

각 TIL 링크

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published