/NLP-Summit-Hackathon

Link to the competition: https://www.nlpsummit.org/hackathon/

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

NLP-Summit-Hackathon

demo Link to the competition: https://www.nlpsummit.org/hackathon/

Built using: Node, Express, EJS, Python.

Use the repo

  • Download the dataset from Kaggle.
  • Where you want to clone this repo, open the cmd and type
git clone https://github.com/ekdnam/NLP-Summit-Hackathon.git
  • Now in cmd type,
mkdir input
cd input
  • Unzip the dataset to input

Run server

cd app

To install the dependencies

npm install

To start the server

npm start

To run in dev mode

npm run dev