This project is a web app that uses a Language Model (LLM) with Flask and a SQL database. It includes a frontend built with HTML and integrates the LLM model for processing.
- Use the model.ipynb file to train or test the LLM model.
- The database.py file is responsible for managing the SQL database.
- The index.html file provides the frontend for user interaction with the app.