Topic Modelling web app

Tech used

  • Javascript
  • React (Next.js)

Getting Started

First, clone the app and install dependencies

npm install
# or
yarn 

Create a copy of .env.sample named .env and replace the environment variables to match your development environment.

Run the development server:

npm run dev
# or
yarn dev