Skip to content

Commit

Permalink
remove reference to doc within setting-up-fast-api line 18
Browse files Browse the repository at this point in the history
  • Loading branch information
lfunderburk committed Sep 12, 2023
1 parent 3a8e5d0 commit 7d4ff05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kernelspec:

We've so far extracted data from an API, performed EDA on said data, and created a recommender system. Let's put everything into action by serving our recommender system using an easy to use tool called FastAPI.

[FastAPI](https://fastapi.tiangolo.com/) is **fast**. Serving our recommender system using this tool can be done in just one `.py` script. Let's first go through a brief overview of FastAPI before implementing it into our project. If you're already familiar with FastAPI, feel free to skip to the [Creating the Recommender App](#creating-the-recommender-app) section.
[FastAPI](https://fastapi.tiangolo.com/) is **fast**. Serving our recommender system using this tool can be done in just one `.py` script. Let's first go through a brief overview of FastAPI before implementing it into our project. If you're already familiar with FastAPI, feel free to skip to the "Creating the Recommender App" section.

## What is FastAPI?

Expand Down

0 comments on commit 7d4ff05

Please sign in to comment.