感谢你愿意参与 SentimentPlatform。这个项目欢迎问题反馈、文档改进、测试补充和功能实现。
- Fork this repository and create a focused branch.
- Backend:
cd sentiment_server && pip install -e ".[training,testing]". - Frontend:
cd sentiment_webapp && npm install. - Copy
sentiment_server/.env.exampleto.envand fill local secrets and service settings.
cd sentiment_server
$env:DJANGO_SETTINGS_MODULE = "sentiment_server.settings.local"
python manage.py check
python -m ruff check .
python -m pytest -qcd sentiment_webapp
npm run check
npm run buildDo not commit environment files, local databases, logs, generated reports, uploads, model weights, training outputs, or datasets. Public releases keep model and dataset directories empty except for documentation and small redistributable stopword lists.