Search-Engine----Large-Language-Model-with-streamlit

image

Find the link for the dataset

Amazon Product dataset

https://www.kaggle.com/datasets/piyushjain16/amazon-product-data

Seth Godin's Blog Dataset

https://www.kaggle.com/datasets/glushko/seth-godins-blogs-dataset

After downloading the dataset place it in the folder where python file are present. Replace the required dataset in the code.

For each step run the main.py file again.

How to run the code

pip install -r requirements.txt
python3 main.py
streamlit run main_streamlit.py