This is a simple AI-based web application built with Flask that performs sentiment analysis on user input text using the TextBlob library. The application is containerized using Docker and can be deployed using Kubernetes or other cloud services.
- Sentiment analysis of user input text (Positive, Negative, Neutral).
- Dockerized for easy deployment.
- CI/CD pipeline using GitHub Actions to build and push Docker images to Docker Hub.
- Deployable to Kubernetes or cloud platforms like AWS ECS or Azure ACI.
- Python 3.9+
- Docker
- Kubernetes (Optional for local deployment)
- Git
git clone https://github.com/yourusername/ai-webapp.git
cd ai-webapp