Here's how you can get started.
-
Install the requirements.txt using the following command :
pip install -r requirements.txt -
Create your own Groq API Key by creating an account at https://console.groq.com/login
-
Create a '.env' file and store the API Key in a variable.
-
Make sure streamlit is installed and run the command :
streamlit run main.py