-
Clone the repository to your local machine:
git clone https://github.com/your-repo/Efficient-Similarity-Based-Index-Task-Routing-For-LLM cd Efficient-Similarity-Based-Index-Task-Routing-For-LLM -
Install the required dependencies using
pip:pip install -r FYP/requirements.txt
To run the Streamlit application:
-
Navigate to the
uifolder:cd FYP/ui -
Run the Streamlit app:
streamlit run app.py
-
Open the provided URL in your browser to access the application.
To run the notebook on Kaggle:
-
Navigate to the
notebookfolder:cd FYP/notebook -
Upload the
fyp2-notebook.ipynbfile to Kaggle:- Go to Kaggle Notebooks.
- Click on "New Notebook" and then "Upload Notebook".
- Select the
fyp2-notebook.ipynbfile from thenotebookfolder.
-
Once uploaded, ensure the required dependencies are installed in the Kaggle environment. You can add the following command to a cell in the notebook:
!pip install -r /kaggle/working/requirements.txt(Make sure to upload the
requirements.txtfile alongside the notebook if needed.) -
Run the notebook cells as required.