Complex Engineering Activity
Complex Engineering Activity
Title: Building an AI-Powered Sentiment Analysis System with Open-Source Models and Datasets Using
Colab and Hugging Face
Objective
The goal of this activity is to enable students to understand the end-to-end process of developing an AI
solution using open-source tools and platforms. Students will fine-tune a pre-trained transformer model
for sentiment analysis using Hugging Face and deploy it for real-time inference on Colab.
Activity Outline
1. Problem Statement
Develop a sentiment analysis system that can classify customer reviews as positive, negative, or neutral.
The system should be built using pre-trained transformer models from Hugging Face and trained on an
open-source dataset.
2. Learning Outcomes
1. Understand how to use open-source datasets and models from Hugging Face.
4. Gain hands-on experience with Google Colab and Hugging Face's ecosystem.
3. Prerequisites
• Installed Hugging Face libraries (transformers and datasets) and PyTorch or TensorFlow.
6. Assessment Criteria