We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5581587 commit 22af7a7Copy full SHA for 22af7a7
.gitignore
@@ -129,4 +129,5 @@ dmypy.json
129
.pyre/
130
131
# Mac OS Desktop store file
132
-.DS_Store
+.DS_Store
133
+.vscode
README.md
@@ -4,3 +4,8 @@ Scaffolding for serving ml model APIs using FastAPI
4
5
This repo contains the scaffolding which can be used to speed up your next machine learning project.
6
7
+## Table of Contents
8
+
9
+*[Maintainer(s)](#Maintainers)
10
+*[Overview](#Overview)
11
+ * [Architecture]()
0 commit comments