This project represents the alpha version of the Library Feedback System developed for the GRD Memorial Library at PSG College of Technology. It utilizes lending history data comprising 21,155 transactions recorded between February 1, 2025, and April 1, 2025.
- Frontend: React.js, CSS
- Backend: Flask (Python3), Transformer based pre-trained text-classification model
- Database: MongoDB (NoSQL)
- Get into the Directory
cd backend - Install requirements
pip install -r requirements.txt - Setup environment variables in
.envfilecd appCreate a file named .env and fill the following code
FLASK_SECRET_KEY = "<Flask server secret key>"
MONGO_URI = "<Mongo DB connection string>"
GMAIL_ID = "<gmail id>"
GMAIL_PASSWORD = "<google account developer password>"
- The student data has to be stored in
/backend/appwith filename aslibrary-book-lend-history.csv
- Get into the Directory
cd frontend/frontend\ - Install requirements
npm install - Start frontend React.js server
npm start





