KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
WISEMLOps-API-Server
★ 9
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
DAPrompt
:
This repository provides the code of DAPrompt model for the paper: TEPrompt: DAPrompt: Deterministic Assumption Prompt Learning for Event Causality Identification.
syosetu_novel_downloader
:
A simple code for download japan light novels from syosetu.com
CE2OCF
:
Data transformation tool to convert CE questionnaire responses into structured Open Cap Format (OCF) JSONs
resize-font.gvim
:
gVim plugin for changing font/window size using keyboard or mousewheel.
Modbus-STM32WB
:
Modbus RTU library for STM32WB with HAL and FreeRTOS. Fork from https://github.com/alejoseb
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
WISEMLOps-API-Server
?
Download (.md)
## 프로젝트 환경 설정 ```bash # 쿠버네티스 클러스터 인증서 가져오기 cp ~/.kube/kubeconfig ./certs/kubeconfig # 실행할 환경 설정 (default 값은 local) export APP_ENV=local # local, container ``` ## 프로젝트 실행 ```bash # 프로젝트 실행 # 로컬 uvicorn main:app --reload ``` ## Docker ```bash # Docker 이미지 빌드 docker build -t registry.gitlab.com/wisenut-research/ctr/research/mlops/mlops-api . ``` ```bash # Docker 이미지 실행 docker run -it -p 8000:8000 registry.gitlab.com/wisenut-research/ctr/research/mlops/mlops-api ```