Skip to content

HyperParams/Syndinnovate-Backend

Repository files navigation

q•riority is an automated queue management system that improves on itself based on feedback (from the employee and end-user).

Backend Prerequisites

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.

Create a virtual environment

python3 -m venv .env
source .env/bin/activate

Install the required Python libraries and frameworks.

Run the Python console using

python3

And input the following

import nltk; nltk.download(‘stopwords’)
python3 -m spacy download en

Make 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.

Setting up and Executing the Backend

To be added:

  1. Video demo gif / working just the gifs of screens for the backend / Manager's Panel
  2. Flowchart (the big one)
  3. Link to Presentation in both
  4. Data for Data Analytics Model/ current implementation drawbacks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published