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



