Model Introduction
The final selected model is the Con-BI-RNN model. The structure of the model is as follows:
System Architecture
The system architecture diagram is as follows:
Installation
-
Packages
pip install requirements.txt
-
EFP(Element Fill-in-blank Problem) Web Server
python manage.py runserver 127.0.0.1:8000
-
Judge Server
cd judger python judge_server.py
-
Judge Client 1
cd judger python judge_client_1.py
-
Judge Client 2
cd judger python judge_client_2.py