Skip to content

LukeAlbarracin/QuizMaster

Repository files navigation

QuizMaster (Frontend)

A Quizlet inspired flashcard application which uses NLP to generate questions

My project is a full-stack app written in Java.

Context

For one of my CS125 class at the University of Illinois Urbana-Champaign we were given creative freedom for our final project. The only major constraint was that it had to be written for Android. Previously I had begun writing basic programs to help aid my practice in certain classes. In addition, I was frequently using the well-known app called Quizlet to help me study. So for my project, I decided to create an app that uses Natural Language Processing (NLP) to convert facts into questions.

Technology Details

Frontend

The frontend is implemented as an Android application in Java. It uses the Volley Library to perform HTTP requests.

Backend

The backend uses the Google Cloud Platform (GCP) and also uses Spring Boot. More importantly, it uses the Apache OpenNLP library to perform sentence analysis to send information back to the client. The backend can be found here.

References

About

Java Frontend with NLP for Android

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages