/ml_project

Primary LanguagePythonApache License 2.0Apache-2.0

Machine-Learning-Application-

  1. git add .

  2. git status

  3. git commit -m "comment"

  4. git push origin main

  5. Create a new environment conda create -p env python=3.9 -y

  6. Activate our environment conda activate env/

  7. Install requriments file pip install -r requriments.txt