The idea of the project is to finetune an LLM to answer questions related to Islam from hadees
- The questions and answers from https://islamqa.info/en was scraped and preprocessed.
- The model = "google/flan-t5-base" was used for finetuning
Streamlit was used to build a chat board for the finetuned model.
Please note that the model is not fully optimized therefore it needs toxicity check before it is used.