Skip to content

Kotorinyanya/Sakulish-Objective-Questions-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sakulish Objective Questions Generator

To generate English objective questions from English materials with neural networks.

Sakulish 就是 English 的意思,因为 Sakura 是樱花,Sakulish 就是嘤语

Preview

home questions

Project Document

https://hackmd.io/s/S1hFM3ZAM

Preparation

Since some models and dependencies are too large in size, you have to download it additionally.

Download from Google Driver

All four zip files are needed. After unzipping, please place the unzipped files as following:

  • File glove.6B.50d.txt from glove.zip : processor/code/resources/embeddings/glove/glove.6B.50d.txt
  • Folder trainedmodels from trainedmodels.zip : processor/code/trainedmodels
  • Folder nltk_data from nltk_data.zip : processor/nltk_data
  • Folder code from corenlp.zip : corenlp/code

Run with Docker Compose

  1. Install Docker and Docker Compose.
  2. Prepare the environment as the Preparation section above.
  3. Run docker-compose up and wait for building.
  4. Now it's running.

Web GUI: http://127.0.0.1:10086

About

A demo for Baidu AI project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published