Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python application

MLOPS

setup

for windows

  • create a virtual environment
python -m venv venv
  • set execution policy
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
  • activate the virtual environment
venv\Scripts\activate
  • run makefile
make install

for linux and mac

  • create a virtual environment
python3 -m venv venv
  • activate the virtual environment
source venv/bin/activate
  • run makefile
make install

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages