Spaces:
Sleeping
Sleeping
| title: K-Recipe2Vec API | |
| emoji: ๐ณ | |
| colorFrom: yellow | |
| colorTo: red | |
| sdk: docker | |
| pinned: false | |
| app_port: 7860 | |
| # ๐ณ K-Recipe2Vec (Monorepo) | |
| ์ด ๋ฆฌํฌ์งํ ๋ฆฌ๋ ๋ฐฑ์๋ API์ ํ๋ก ํธ์๋ ์น์ฌ์ดํธ๋ฅผ ํฌํจํ๋ ๋ชจ๋ ธ๋ ํฌ์ ๋๋ค. | |
| - **Frontend**: [Github Pages](https://nneans.github.io/k-recipe2vec/) | |
| - **Backend API**: [Hugging Face Space](https://huggingface.co/spaces/nneans/k-recipe2vec) | |
| ## ๐ Structure | |
| - `backend/`: FastAPI ๊ธฐ๋ฐ AI ๋ชจ๋ธ API | |
| - `web/`: React ๊ธฐ๋ฐ ์น ํ๋ก ํธ์๋ | |
| ## ๐ Getting Started | |
| ### Backend | |
| ```bash | |
| cd backend | |
| pip install -r requirements.txt | |
| uvicorn src.api:app --reload | |
| ``` | |
| ### Frontend | |
| ```bash | |
| cd web | |
| npm install | |
| npm run dev | |
| ``` | |