普段の業務でExcelを多用するため、Pythonで作成したAIモデルをExcelで使用できる方法を検討しました。「いつものExcel体裁を崩さす無駄作業がなくAIモデルを使いたい」という前提を元にするとFast APIが最適と思います。 今回は下記流れでシステムを作成しました ...
. ├── alembic/ # Database migrations ├── app/ # Application code │ ├── api/ # API routes │ │ └── v1/ # API version 1 │ │ ├── endpoints/ # API endpoints │ │ └── api.py # API router │ ├── core/ # Core ...
前回記事ではSQLModelの基礎編を紹介しました。本記事ではアプリ化する時のファイル構成やFastAPIとの連動を紹介します。 本章では公式で紹介しているパッケージの作成方法を紹介します。 【SQLModelのパッケージ】 Case1:モデル(DB用テーブルクラス)を一つ ...
RESTful web services are commonly used to create APIs for web-based applications owing to their light weight and high scalability. This book will show you how FastAPI, a high-performance web framework ...
Many web applications must expose APIs quickly and securely, either for internal microservice consumption or for offering services to external clients. Implementing a simple authentication scheme from ...
一部の結果でアクセス不可の可能性があるため、非表示になっています。
アクセス不可の結果を表示する