Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 353 Bytes

File metadata and controls

6 lines (5 loc) · 353 Bytes

First-GenAI

This repository is created for the purpose for showcasing the Generative AI Projects

Next Steps

  • Use the following code to create environment in VS Code: conda create -p .venv python==3.10 -y or python -m venv .venv
  • Activate the enviroment usin ollowing code: conda activate .venv/ or source .venv/Scripts/activate