Skip to content

lifengstone/huggingface-fastapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤗 Hugging Face packaging using FastAPI

The web application uses FastAPI with Hugging Face and exposes a single endpoint that you can interact with it.

To run in Codespace:

  • run cd webapp
  • run uvicorn --host 0.0.0.0 main:app

After the FastAPI server is up, go to http://127.0.0.1:8000/docs to play with it!

About

Running FastAPI with Hugging Face

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 66.3%
  • Python 33.7%