A simple dashboard to work with basic NLP operations (preprocessing, processing, modelling, etc.)
cd backend,python -m venv env,source env/bin/activate,pip install -r requirements.txt,python server.pyto run the Flask server.cd frontend,npm iandnpm run devto run Vite.
- Your server might be running at a different URL and port.
- Find it out, and update the
SERVER_BASE_URLvariable with it infrontend/src/lib/helpers.ts