- Notifications
You must be signed in to change notification settings - Fork0
Leverage iFlytek platform API for advanced face picture processing
License
NotificationsYou must be signed in to change notification settings
hza2002/PortraitExplorer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Use gradio to build the interactive interface, and rely on theiFlytek platform API to implement the following functions:
- Face compare
- Face feature analyze
It is recommended to useconda to create a virtual environment.
conda create --name portrait-explorer python==3.11pip install -r requirements.txt
Then you need to fill in the api inexample.env with your own api_key and change the file name to.env.
Usegradio 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