You can try to our DEMO http://34.68.217.10:5000/ (if this is can not connect, Please clone repositories this and build it to try)
- go to import_file/command.py
- find and change to your openai api key
# 設定 OpenAI API 的金鑰
OPENAI_API_KEY = "//Your open api key//"
- back to / and install requirement
- python3 app.py
- open browser and connect URL
- try it!
-
You can connect our Web Application http://34.68.217.10:5000/
-
Enter desired address in Input
-
Press Sumit
-
Wait some Time
- if error message is Port 5000 is in use by another program. Either identify and stop that program, or start the server with a different port.
- Please go to app.py and change port setting to else port
-
if __name__ == "__main__": app.run(host="0.0.0.0",port=5000)