To create a local build, download the project and follow the steps below:
-
Run npm i to install dependencies for the front end.
-
Run npm start to run the front end React application.
-
cd into /server and run npm i to install dependencies.
-
Run npm run nodemon to start the backend server.
-
Get an Open AI GPT 3 Key from Open AI and set is as environment variable inside the /ml_server directory.
-
Run the flask server using flask run.