Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muntahashams/ci_cd
https://github.com/muntahashams/ci_cd
Last synced: about 23 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/muntahashams/ci_cd
- Owner: MuntahaShams
- Created: 2024-02-02T13:35:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-02T13:37:30.000Z (10 months ago)
- Last Synced: 2024-02-02T14:51:01.825Z (10 months ago)
- Language: Jupyter Notebook
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Boston House Pricing Prediction
### Software And Tools Requirements
1. [Github Account](https://github.com)
2. [HerokuAccount](https://heroku.com)
3. [VSCodeIDE](https://code.visualstudio.com/)
4. [GitCLI](https://git-scm.com/book/en/v2/Getting-Started-The-Command-Line)Create a new environment
```
conda create -p venv python==3.7 -y
```