q•riority is an automated queue management system that improves on itself based on feedback (from the employee and end-user).
Disclaimer: The backend has been tested to work on MacOS and Ubuntu 18.04 (If the prerequisites are satisfied, it may work on other OSs too, we just haven’t tested it yet..)
Make sure you have Python3 and pip installed first for your specific distribution.
python3 -m venv .env
source .env/bin/activateRun the Python console using
python3And input the following
import nltk; nltk.download(‘stopwords’)
python3 -m spacy download enMake sure you’re in the same directory as requirements.txt, and run the following command on your terminal.
pip3 install -r requirements.txt Disclaimer: This may take a while.
- Video demo gif / working just the gifs of screens for the backend / Manager's Panel
- Flowchart (the big one)
- Link to Presentation in both
- Data for Data Analytics Model/ current implementation drawbacks