Skip to content

hotsuyuki/HuggingGPT-function-calling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HuggingGPT-function-calling

A web app to call various Hugging Face API with natural language by GPT function calling feature

object-detection.png

  • Frontend: React (TypeScript) hosted on Microsoft Azure App Service
  • Backend: FastAPI (Python) hosted on Microsoft Azure Functions

Overview

The idea of this project is inspired by the paper "HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face" (GitHub page: microsoft/JARVIS), which was initially published on 2023 March 30th.

But the difference is that this project utilizes the GPT function calling feature, which was newly introduced on 2023 June 13th.

See more details in hugging_gpt.py.

Current available functions

  • image-classification
  • object-detection
  • image-to-text
  • visual-question-answering

See more details in huggingface_available_functions.json.

About

A web app to call various Hugging Face API with natural language by GPT function calling feature

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published