Python, tensorflow keras LSTM
fastAPI, Docker, AWS ECR, AWS Lambda
깃 레포지토리 클론
git clone https://github.com/epilog-swu/AI.git
cd AI파이썬 가상환경 세팅
python3 -m venv venv
source venv/bin/activate (mac)
source venv/Scripts/activate (window)라이브러리 설치
pip install -r /app/requirements.txt서버 실행
uvicorn main:app -reload📁 AI
├── Dockerfile
└── app
├── main.py
├── requirements.txt
└── static
├── LSTM_model
├── images
├── learning
└── training_data



