This project uses LangChain and Google's Gemini API to help users improve their prompts for large language models.
Clone the repository, make a virtual environment and install dependencies:
git clone <https://github.com/Arya-Akshat/chad_gpt>
cd <project-folder>
python -m venv .env
.env\Scripts\activate
pip install -r requirements.txtTo use the streamlit application, inside the virtual environment run the following command:
streamlit run app.py