Skip to content

Powered by OpenAI's GPT-3.5 Turbo model, Intellecta is designed to provide intelligent responses to your queries.

Notifications You must be signed in to change notification settings

dishathakurata/Intellecta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

🖤💻💚

About

Powered by OpenAI's GPT-3.5 Turbo model, Intellecta is designed to provide intelligent responses to your queries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages