반응형
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 |
Tags
- python3
- LLM
- FileSystemError
- capacity
- 파이썬
- GGUF
- virtual-hosted-style
- 핍
- 버전
- 패키지
- 용량
- reverse-proxy
- docker
- IQN
- error
- modelfile
- HuggingFace
- daemon.json
- pip3 upgrade
- nginx-proxy
- ollama
- 리눅스
- Save
- Volumes
- Linux
- Python
- AI
- python pip
- 퍼이썬
- path-style
Archives
- Today
- Total
목록flask (1)
chargingport
# teacher.json [ { "id": 1, "name": "John Doe", "class": "English" }, { "id": 2, "name": "Jack Black", "class": "Music" }, { "id": 3, "name": "Eminem", "class": "Music" }, { "id": 4, "name": "John Doe", "class": "Music" } ] from flask import Flask, jsonify, request import json app = Flask(__name__) # Load the tea data from the JSON file with open('teacher.json', 'r') as file: teachers = json.loa..
NOTES/PYTHON
2023. 9. 18. 16:43