Spaces:
Sleeping
Sleeping
File size: 939 Bytes
2d802f0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | ---
title: AML Project - AI Services Hub
emoji: 🤖
colorFrom: blue
colorTo: purple
sdk: docker
app_port: 7860
pinned: false
---
# AI Services Hub
A comprehensive Flask-based platform integrating diverse AI models for Image Classification, NLP (Translation, Text Gen, Sentiment), Audio Intelligence (Voice STT/TTS), and Data Mining (Clustering & Association Rules).
## Features
- **Gender Classification**: Custom PyTorch CNN model
- **Text Generation**: GPT-2 powered text completion
- **Translation**: English to Urdu translation
- **Sentiment Analysis**: Voice-enabled sentiment detection
- **Question Answering**: Voice-to-voice QA system
- **Zero-Shot Classification**: Custom label classification
- **Clustering**: K-Means and DBSCAN algorithms
- **Association Rules**: A-priori market basket analysis
## Tech Stack
- Flask, PyTorch, Hugging Face Transformers
- Scikit-learn, Pandas, Matplotlib
- OpenAI Whisper, gTTS, Librosa |