Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 684 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 684 Bytes

job-search-assistant-demo

The virtual environment has been established, you can directly run this app by "flask run"

This is a view of this app:

index page:

Screenshot 2024-06-30 at 13 50 00

result page:

Screenshot 2024-06-30 at 13 50 23

job match function are still under development.

Note: You need to replace api_key with your openai private key here. The file path is ./utils/prompt.py

openai.api_key = "Your_OpenAI_API_Key"