Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.01 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.01 KB

Intellecta

This project helps you engage in insightful conversations and get prompt assistance. Powered by OpenAI's GPT-3.5 Turbo model, Intellecta is designed to provide intelligent responses to your queries.

How to use

  1. Clone the Repo:

    git clone https://github.com/dishathakurata/Intellecta.git
  2. Create Virtual Environment:

Using venv:

python -m venv venv
source venv/bin/activate

Using conda:

conda create --name myenv
conda activate myenv
  1. Install Required Modules:
pip install -r requirements.txt
  1. Get OpenAI API KEY:

    • Obtain your API key from the OpenAI website.
    • Open the file named renamedot.env and enter your API key.
  2. Rename the File:

    • Change example.env to .env
      mv example.env .env
  3. Run the Script:

    streamlit run app.py
  4. Enjoy playing !

Disha Thakurata

🖤💻💚