SiddharthaShandilya / ml_project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:Python 100.0%