{"id":22429868,"url":"https://github.com/sujankc07/student-feedback-management-system","last_synced_at":"2026-05-09T14:40:00.225Z","repository":{"id":264869771,"uuid":"894509309","full_name":"sujankc07/Student-Feedback-Management-System","owner":"sujankc07","description":"Student Feedback Management System: A web app for collecting and analyzing student feedback on faculty performance, built using Python, Streamlit, and MySQL.","archived":false,"fork":false,"pushed_at":"2024-11-26T15:29:04.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T07:13:46.105Z","etag":null,"topics":["dbms-mini-project","mysql","python","streamlit"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sujankc07.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-26T13:34:16.000Z","updated_at":"2024-11-26T15:29:18.000Z","dependencies_parsed_at":"2024-11-26T15:41:04.339Z","dependency_job_id":null,"html_url":"https://github.com/sujankc07/Student-Feedback-Management-System","commit_stats":null,"previous_names":["sujankc07/student-feedback-management-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sujankc07%2FStudent-Feedback-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sujankc07%2FStudent-Feedback-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sujankc07%2FStudent-Feedback-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sujankc07%2FStudent-Feedback-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sujankc07","download_url":"https://codeload.github.com/sujankc07/Student-Feedback-Management-System/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245798358,"owners_count":20673902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dbms-mini-project","mysql","python","streamlit"],"created_at":"2024-12-05T21:06:00.002Z","updated_at":"2026-05-09T14:40:00.187Z","avatar_url":"https://github.com/sujankc07.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Student Feedback Management System**\n\nA web application to collect and analyze student feedback for faculty performance, built using **Python**, **Streamlit**, and **MySQL**.\n\n---\n\n## **Features**\n- **Student Feedback Form**  \n  Allows students to rate faculty performance based on predefined questions using a simple slider interface.\n\n- **HOD View**  \n  Enables Heads of Departments to view and analyze average ratings for each faculty member using bar charts for better insights.\n\n- **Dynamic Subject Selection**  \n  Automatically fetches and displays subjects based on the selected faculty for more accurate feedback.\n\n- **Database Integration**  \n  MySQL database securely stores all feedback, faculty, and subject information.\n\n---\n\n## **Project Structure**\n  ```bash\n  ├── feedback_form.py       # Handles the student feedback form interface\n  ├── feedback_display.py    # Displays feedback results for HOD analysis\n  ├── Home.py                # Main navigation and welcome page\n  ├── image.png              # Branding image displayed on the home page\n  ├── README.md              # Project documentation\n  └── requirements.txt       # List of dependencies\n   ```\n## Installation\n1. **Clone the repository:**\n    ```bash\n    git clone https://github.com/sujankc07/Student-Feedback-Management-System.git\n    ```\n2. **Navigate to the project directory:**\n    ```bash\n    cd Student-Feedback-Management-System\n    ```\n3. **Install required Python packages:**\n    ```bash\n    pip install -r requirements.txt\n    ```\n4. **Set up the MySQL database:**\n\n    - Install and configure MySQL Server and MySQL Workbench.\n    - Use MySQL Workbench to create a database named student_feedback.\n    - Create tables for feedback, teachers, and students as required.\n\n5. **Update database connection details in the project: Replace the following section in feedback_form.py and feedback_display.py with your own MySQL database details:**\n    ```python\n      return mysql.connector.connect(\n      host=\"localhost\",\n      user=\"YOUR-USER\", \n      password=\"YOUR-DB-PASSWORD\", \n      database=\"DB-NAME\" \n    )\n    ```\n    - **YOUR-USER**: Replace with your MySQL username.\n    - **YOUR-DB-PASSWORD**: Replace with your MySQL password.\n    - **DB-NAME**: Replace with the name of your database (e.g., student_feedback).\n\n## Usage\n1. **Run the application:**\n    ```bash\n    streamlit run Home.py\n    ```\n2. **Open the app in your browser (default: http://localhost:8501).**\n\n3. **Use the sidebar to navigate between the feedback form and the HOD view.**\n\n    Requirements\n    - Python: 3.7 or above\n    - Streamlit: Latest version\n    - MySQL Server: For database management\n    - MySQL Workbench: For database configuration and management\n    - Matplotlib: For data visualization\n    - Pillow: For image handling\n\n## Future Enhancements\n\n- Add authentication for students and HODs.\n- Generate detailed feedback reports in PDF/Excel formats.\n- Include options for feedback summary and trends over time.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsujankc07%2Fstudent-feedback-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsujankc07%2Fstudent-feedback-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsujankc07%2Fstudent-feedback-management-system/lists"}