https://weiminglong.github.io/QA-Classifier/
- Backend
- Create a conda environment for the backend dependencies and activate
- Install dependencies using the environment.yml file found within the repository
- Create a MongoDB account and AWS account
- Configure the AWS S3 bucket access and Google Cloud access in the console and replace authentication strings (*note: must use the same database and collection names)
- app.py for MongoDB
- auto.py for Google Cloud
- Configure
export FLASK_APP=app.py
- Frontend
- Install node.js and npm
- Install Angular CLI and Angular Material
- Run
flask runfor the backend andng servein the frontend to test if the application has installed correctly.