0% found this document useful (0 votes)
5 views15 pages

AI Chatbot Project Report

Uploaded by

anshumantanwar14
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views15 pages

AI Chatbot Project Report

Uploaded by

anshumantanwar14
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

Title Page

AI-Powered Chatbot for Student Assistance

By: Computer Science Engineering - 8th Semester

Under the guidance of:

Prof. ABC Sharma

XYZ Institute of Technology


Certificate

This is to certify that the project titled 'AI-Powered Chatbot for Student Assistance' has been

completed under my guidance.

Guide Signature:

Head of Department:
Acknowledgment

I would like to express my sincere thanks to my project guide and faculty members for their support

and guidance.
Abstract

This project presents an AI-powered chatbot designed to assist students in navigating

college-related queries using natural language processing.


Introduction

Chatbots are conversational agents that simulate human-like interactions. This project aims to build

a chatbot that answers student queries about timetables, exams, and campus facilities.
Literature Review

Several chatbot systems exist today, including rule-based and AI-driven ones. Our review focuses

on models like GPT and BERT.


Objective

To develop a smart chatbot that can help students with academic and campus-related questions in

real-time.
Scope

This project is limited to academic queries and basic college-related information. Future versions

may include voice support and integration with college databases.


System Design

The system includes modules for user interface, query processing, response generation, and data

storage.
Technologies Used

Python, Flask, HTML/CSS, JavaScript, SQLite, OpenAI API


Implementation

We built a web-based interface where users can chat with the bot. The backend processes the input

and fetches answers from a trained model.


Testing

We tested the chatbot with various student queries. The response time and accuracy were

measured and optimized.


Results

The chatbot was able to answer 85% of queries correctly. Students found it helpful and easy to use.
Conclusion

The project was successful in creating a functional chatbot. It can be enhanced further with more

data and voice capabilities.


References

- OpenAI Documentation

- Flask Framework Guide

- Research papers on NLP and Chatbots

You might also like