encoder-010/infotact-project1-grievance-nlp
AI-Powered Citizen Grievance & Sentiment Analysis System | NLP Project | Infotact Internship
SUMMARY AI summary by gpt-5-mini
An AI-powered system for automated analysis of citizen complaints: it classifies which government department should handle a complaint, detects sentiment (Critical/Negative/Neutral/Positive), assigns an urgency score (0–100), and recommends priority actions. Intended users include municipal/government grievance teams, civic-tech developers, and evaluators of NLP solutions. Key features: - Models: TF-IDF vectorization with Random Forest for department classification and SVM for sentiment. - Tech stack: Python, NLTK, scikit-learn, FastAPI (REST endpoints: GET /, GET /health, POST /analyze). - Performance: department accuracy 53.33%, sentiment 66.11%, macro F1 53.33%. - Run: pip install -r requirements.txt; uvicorn main:app --reload. - Organized week-wise development and documented commits.
DETECTED Detected AI stack
AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.
Language breakdown (by bytes)
Owner
Dates
| Created on GitHub | 2026-05-05 |
| Last push | 2026-05-09 |
| First seen here | 2026-05-09 |
| Last fetched | 2026-05-09 18:18 |
Similar repos (same language)
Beginner-friendly Machine Learning projects built with Python, Scikit-learn and Google Colab.
ak-junior3339/PriceMyRideAI aparna172004/AI-Movie-Recommendation-SystemAn AI-powered Movie Recommendation System built using Machine Learning and Streamlit that suggests movies based on user preferences. The system uses content-based filtering to find similar movies by analyzing movie features such as genres, keywords, cast, and overview.
rmnouv/learning-agentic-ai shady528/StoxAI-powered stock market chatbot with multi-LLM support (Gemini, Claude, GPT). Built with RAG, FastAPI, React, and Vector Databases