You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 🤖 NLP Question-and-Answering System (5-Line Summary) This project developed a comprehensive **Q&A system** integrating a **Gemini LLM API** via Python. It features both a **CLI** and a **Flask Web GUI** that visualizes the pipeline. The core function involves **preprocessing** (lowercasing, punctuation removal) of user queries.