make sure you have Python 3.11.10
clone the repo
git clone https://github.com/bilal77511/genai_hack.git
make a virtual environmet also(search chatgpt how or ask me)
install requirements
pip install -r requirements.txt
make an .env file to store the secrets
SERPER_API_KEY=ADD YOUR OWN
API_KEY=ADD YOUR OWN
API_ENDPOINT=ADD YOUR OWN
MODEL=ADD YOUR OWN
run it in cli
python main.py
or run it using streamlit
streamlit run app.py