Task: Develop a minimal sentiment analysis pipeline for cephalopod behavioral data.
Requirements:
- Collect or use a provided dataset of cephalopod behavioral observations (text or video annotations).
- Implement a basic sentiment analysis model (rule-based or ML) to classify behaviors as positive, negative, or neutral.
- Visualize the results in a simple dashboard or report.
- Document your code and approach.
- Provide a short video demo and a brief write-up explaining your design and how it could be extended for more complex analysis or real-time use.
Evaluation: Data processing, model quality, visualization, code clarity, and documentation.