Skip to content

supportvectors/ai_environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ai_environment

Configurator for a Python AI environment for SupportVectors AI training labs

  1. git clone the repo to a folder of your choice

  2. For a new uv project that you want to create, follow the below steps:

     uv init <my_project> --python=3.12
     cd <my_project>
     cp <my_path>/ai_environment/ensure_config.sh ./
     cp <my_path>/ai_environment/docs.tgz ./
     chmod +x ./ensure_config.sh
     ./ensure_config.sh ## Enter the appropriate path, project, description, url when prompted during the run of ensure_config.sh
  3. Your project setup for <my_project> is now complete.

  4. Note that these steps are needed only when you create a completely new UV based python project using the best practices recommended by SupportVectors. If you are downloading an existing code repo uploaded by the SupportVectors team, you would just have to download the code repo and follow the steps as given in the project guide within the repo.

About

Configurator for a Python AI environment for SupportVectors AI training labs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages