Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myGemini

Running the Google Gemini on local machine

Steps:

  1. Install Anaconda

  2. Open terminal and create your conda environment with python version 3.9: conda create -n myenv python=3.9

  3. Activate your conda environment: conda activate --myenv

  4. Install pip: conda install pip

  5. Install the google gen ai: pip install google-generativeai

    OR

  6. Install Anaconda

  7. Open terminal and create your conda environment with python version 3.9: conda create -n myenv python=3.9

  8. conda install python=3.9.19

  9. Activate your conda environment: conda activate myenv

  10. Install pip: conda install pip

  11. Install all requirements from the .txt file: pip install -r requirements.txt

How to deactivate conda environment: conda deactivate

How to list all the existing conda environments: conda env list

About

Running the Google Gemini on local machine

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages