Dependencies:
Enter the following commands:
git clone https://github.com/sreeramachand/coexp_fullstack_toolkit.git
python -m venv .venv
.venv/scripts/activate
pip install flask flask_cors pandas networkx scipy spacy transformers pyxlsb
python -m spacy download en_core_web_sm
cd coexp_fullstack_toolkit/backend
flask run
NEW TERMINAL
cd coexp_fullstack_toolkit/frontend
npm install
npm run dev
If you found this project interesting, please star! It is my first full-stack project!