Code Monkey home page Code Monkey logo

sensor_fault_detection's Introduction

Step 1 - Install the requirements

pip install -r requirements.txt

Step 2 - Run main.py file

python main.py

To download your dataset


wget https://raw.githubusercontent.com/avnyadav/sensor-fault-detection/main/aps_failure_training_set1.csv

This is changes made in neuro lab

Git commands

If you are starting a project and you want to use git in your project

git init

Note: This is going to initalize git in your source code.

OR

You can clone exiting github repo

git clone <github_url>

Note: Clone/ Downlaod github repo in your system

Add your changes made in file to git stagging are

git add file_name

Note: You can given file_name to add specific file or use "." to add everything to staging are

Create commits

git commit -m "message"
git push origin main

Note: origin--> contains url to your github repo main--> is your branch name

To push your changes forcefully.

git push origin main -f

To pull changes from github repo

git pull origin main

Note: origin--> contains url to your github repo main--> is your branch name

.env file has

MONGO_DB_URL="mongodb://localhost:27017"
AWS_ACCESS_KEY_ID="aagswdiquyawvdiu"
AWS_SECRET_ACCESS_KEY="sadoiuabnswodihabosdbn"
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
sudo usermod -aG docker ubuntu
newgrp docker

AWS_ACCESS_KEY_ID =
AWS_SECRET_ACCESS_KEY =
AWS_REGION =
AWS_ECR_LOGIN_URI= 
ECR_REPOSITORY_NAME= 
BUCKET_NAME= 
MONGO_DB_URL= 

sensor_fault_detection's People

Contributors

grjadhav409 avatar v1zh3d avatar yadav-avnish avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.