Spaces:
Sleeping
Sleeping
Contributing to Speak Your Mind FastAPI
Thank you for your interest in contributing!
How to Contribute
- Fork the repository.
- Clone your fork:
git clone https://huggingface.co/spaces/ADK09/speak-your-mind-fastapi cd speak-your-mind-fastapi
- Create a new branch for your feature or fix:
git checkout -b feature-name
- Make changes and commit:
git commit -m "Add feature XYZ"
- Push to your branch and create a pull request.
Guidelines
- Follow PEP8 coding standards.
- Write clear commit messages.
- Keep PRs small and focused.
- Do not modify the model itself, as we are only using
cardiffnlp/twitter-roberta-base-emotion-latest
.
Running Tests
Before submitting a pull request, run:
pytest test_app.py
Happy coding! ```