Skip to content

arpanjaiswal/Machine-Learning-Modular-Coding

Repository files navigation

Machine-Learning-Modular-Coding

  1. create new environment

conda create -p venv python=3.9 -y

  1. Activate your environment

conda activate venv/ --> cmd

source activate venv/ --> git bash

  1. Install requirements file

pip install -r requirements.txt

  1. Git commit

git add .

git commit -m "Comments for the add"

git push origin main

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages