https://github.com/rathod-shubham/endtoendmlmodel
https://github.com/rathod-shubham/endtoendmlmodel
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rathod-shubham/endtoendmlmodel
- Owner: RATHOD-SHUBHAM
- Created: 2022-11-08T06:43:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T07:16:22.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T07:43:18.056Z (9 months ago)
- Language: Jupyter Notebook
- Size: 2.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Software and Tools Requirements.
1. [GitHub](https://github.com/)
2. [Anaconda](https://www.anaconda.com/)
3. [Vs-Code](https://code.visualstudio.com/)
4. [Docker](https://www.docker.com/)### Create a virtual environment
```
conda create -p venv python=3.9 -y
```
### Activate your virtual environment
```
conda activate venv/
```### To deactivate an active environment, use
```
conda deactivate
```### URL
```
https://linear-regression-ml-model.herokuapp.com/predict
```