An open API service indexing awesome lists of open source software.

https://github.com/rathod-shubham/endtoendmlmodel


https://github.com/rathod-shubham/endtoendmlmodel

Last synced: 7 months ago
JSON representation

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
```