This get started page will guide you into getting the project up and running.
- Python 3.10.x
- NodeJS 16.x.x
- Clone the respository.
- Run
npm install
- Install the following python dependencies:
flask
flask_cors
numpy
pandas
transformers
. - Run
npm run dev
to run the development server - Run
python pyapi.py