- Clone the repository
git clone https://github.com/bakayu/sadaakAI.git
cd sadaakAI
2. Required dependencies can be found in [requirements.txt](requirements.txt), run the following code to install them on your machine/python envrionment (conda environment is recommended).
pip install -r requirements.txt
Note: This is a work in progress project, due to it not being hosted on the web yet you have to download and finetune the LLM model on your machine. Before running the model, open settup.ipynb in jupyter lab/ your prefered text editor and execute all the code blocks inorder to download and finetune the LLM model.
- Execute the main.py file.
python3 main.py