Download all the required libraries in your environment using:
pip install -r requirements.txt
A streamlit web application with Cohere LLM support. Enter your project idea and generate descriptions for it, that can be included in your resume.
Enter the following command to run the web app:
streamlit run cohere_deploy.py
A streamlit web application with Google's Gemini API. Enter your question idea and generate answer for it.
Enter the following command to run the web app:
streamlit run ques_ans.py
(note: code is part of my learning process and not production-ready.)