Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 713 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 713 Bytes

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