Spaces:
Sleeping
Sleeping
| python -m services.chat_service | |
| cd FRONTEND | |
| npm install | |
| npm run build - build React frontend for Flask to serve | |
| npm run dev | |
| then run backend in another terminal: python -m app.app | |
| python -m eval.evaluate_emotion_classifier - accuracy | |
| python -m eval.evaluate_response_generation - responseGen accuracy | |
| python -m eval.compare_emotion_vs_noemotion - comparison | |
| python -m eval.compare_kb_vs_nokb - kb vs no kb comparison | |
| python -m eval.compare_rag_vs_nonrag - rag vs non-rag comparison | |
| python -m eval.llm_judge - flan-t5-large | |
| python -m eval.llm_judge_qwen - Qwen2.5-1.5B-Instruct | |
| python -m eval.llm_judge_smollm - SmolLM2-1.7B-Instruct | |
| python -m eval.llm_judge_mt0 - mt0-base | |
| python -m eval.llm_judge_llama - TinyLlama judge | |
| Copies changes from EmpowerHer_Chatbot to hf-space | |
| powershell -ExecutionPolicy Bypass -File "D:\FYP IMPLEMENTATION\deploy-hf-space.ps1" -Message "Update chatbot responses" | |