🎓 FCI Regulations Chatbot | مساعد لوائح كلية الحاسبات Regulations Chatbot for FCI Menofia University. Features Bilingual Support - Arabic & English GPA Calculator - Calculate your GPA easily Dark Mode - Easy on the eyes Responsive Design - Works on all devices Getting Started # Install dependencies npm install # Run development server npm run dev Open http://localhost:3000 Project Structure ├── app/ │ ├── api/chat/ # Chat API │ ├── page.tsx # Main page │ └── globals.css # Styles ├── components/ # UI components ├── lib/ │ ├── ai-config.ts # GPA calculator & search logic │ └── regulations-data.ts # Regulations data └── public/