Skip to content

This repository is created for the purpose of showcasing Generative AI projects.

License

Notifications You must be signed in to change notification settings

Paviakkaraju/first-genai-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

first-genai-project

This repository is created for the purpose of showcasing Generative AI projects.

Next Steps

  • Use the following code to create environment in VS Code: conda create-p .venv python==3.10 -y or use python -m venv .venv

  • Activate the environment using following code: conda activate .venv/ or source .venv/Scripts/activate

  • After activating the environment, create requirements.txt file in GenAI folder and run pip install -r requirements.txt to install the required libraries.

About

This repository is created for the purpose of showcasing Generative AI projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages