Skip to content

Leverage iFlytek platform API for advanced face picture processing

License

Notifications You must be signed in to change notification settings

hza2002/PortraitExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portrait explorer

Use gradio to build the interactive interface, and rely on the iFlytek platform API to implement the following functions:

  • Face compare
  • Face feature analyze

Preview

Deployment

Installation

It is recommended to use conda to create a virtual environment.

conda create --name portrait-explorer python==3.11
pip install -r requirements.txt

Then you need to fill in the api in example.env with your own api_key and change the file name to .env.

Run

Use gradio to run the program. By default, gradio will start the service on a local port. Just open the URL in the browser.

gradio app.py

About

Leverage iFlytek platform API for advanced face picture processing

Topics

Resources

License

Stars

Watchers

Forks

Languages