Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
Tags
- Knowledge Distillation
- noise contrast estimation
- freebooze
- sample rows
- Actor-Critic
- normalization
- fastapi
- rest-api
- straightup
- objective functions for machine learning
- pulloff
- Excel
- checkitout
- loss functions
- 자료구조
- remove outliers
- sidleup
- Policy Gradient
- clip intensity values
- resample
- shadowing
- Inorder Traversal
- non parametic softmax
- MRI
- model-free control
- domain adaptation
- REINFORCE
- 3d medical image
- thresholding
- scowl
Archives
- Today
- Total
목록fastapi (1)
Let's Run Jinyeah
[FastAPI] Build APIs
FastAPI uses Python type hints and has built-in support for async operations designed to build APIs with modern Python features built on top of Starlette and Pydantic Preparation install fastapi and uvicorn(server that can run FastAPI applications) with pip $ python -m pip install fastapi $ python -m pip install uvicorn[standard] save the code in a file called app.py Run $ uvicorn app:app --relo..
Programming/Web
2021. 11. 19. 19:36