Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
More correct describition
  • Loading branch information
Proteusiq authored Dec 23, 2020
1 parent a22a64a commit 12be600
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Question Answering API
> πŸ€— Huggingface + ⚑ FastAPI = ❀️ Receive context and question returns answers. Demo example on how to package HuggingFace model in FastAPI
> πŸ€— Huggingface + ⚑ FastAPI = ❀️ Awesomeness. How to structure Deep Learning model serving REST API with FastAPI
![huggingfastapi](hf.png)
How to server Hugging face models with FastAPI, the Python's fastest API framework.
How to server Hugging face models with FastAPI, the Python's fastest REST API framework.

Project structure for development and production.

Expand All @@ -15,7 +15,7 @@ Files related to application are in the `huggingfastapi` or `tests` directories.
Application parts are:

huggingfastapi
β”œβ”€β”€ api - Main API.
β”œβ”€β”€ api - Main API.
β”‚Β Β  └── routes - Web routes.
β”œβ”€β”€ core - Application configuration, startup events, logging.
β”œβ”€β”€ models - Pydantic models for api.
Expand Down Expand Up @@ -98,4 +98,4 @@ This runs tests and coverage for Python 3.8 and Flake8, Bandit.

# TODO
- [ ] Change make to invoke
- [ ] Add endpoint for uploading text file and questions
- [ ] Add endpoint for uploading text file and questions

0 comments on commit 12be600

Please sign in to comment.