Skip to content

darkclown97/my-jarvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

my-jarvis

Your own jarvis

Prerequisites

  • OPENAI API Key, Generate one here
  • Install python from here
  • Install pip from here

Manual Installation

  • Clone the repo
  • In terminal, run
    pip install openai
    
  • Paste the following in ~/.zshrc or ~/.bashrc
    export OPENAI_API_KEY="<YOUR_OPENAI_API_KEY>"
    export JARVIS_LOCATION="<REPO_LOCATION>"
    source $JARVIS_LOCATION/jarvis.sh
    

    Don't forget to replace appropriate values for <YOUR_OPENAI_API_KEY> and <REPO_LOCATION>

  • Want jarvis to read out the response? (For Mac users only), paste the following ~/.zshrc or ~/.bashrc
    export JARVIS_VOICE_RESPONSE=true
    
  • Restart Terminal

Fig Plugin Installation

  • Install Fig from here
  • Open Fig & navigate to the plugin store
  • Search & Install My Jarvis
  • In the Configuration tab, provide the values for OPENAI_API_KEY
    • [Mac users] Want jarvis to read out response? Toggle MAKE JARVIS SPEAK [Works only on MacOS currently]
  • In terminal, run
    fig source
    

Usage

JARVIS

About

Create your own jarvis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published