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.py
to run the Flask server.cd frontend
,npm i
andnpm run dev
to run Vite.
- Your server might be running at a different URL and port.
- Find it out, and update the
SERVER_BASE_URL
variable with it infrontend/src/lib/helpers.ts