Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 790 Bytes

SETTUP.md

File metadata and controls

26 lines (19 loc) · 790 Bytes

Settup Guide


Installation

  1. 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.

  1. Execute the main.py file.
python3 main.py