Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 394 Bytes

File metadata and controls

11 lines (7 loc) · 394 Bytes

Here's how you can get started.

  1. Install the requirements.txt using the following command :

    pip install -r requirements.txt
    
  2. Create your own Groq API Key by creating an account at https://console.groq.com/login

  3. Create a '.env' file and store the API Key in a variable.

  4. Make sure streamlit is installed and run the command :

    streamlit run main.py