• Stars
    star
    1
  • Language
    C++
  • Created almost 6 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This project was made considering in mind that if this system is installed in dustbins which are spread across the city, it will send the trash collector a notification on mobile via SMS. That notification would include the text message about the status of dustbin and a LINK of GOOGLE MAPS, which the driver can click to open up the map and get location of the filled dustbin. If the driver clicks on the "GET DIRECTION" it will plot the shortest path with least traffic from driver to dustbin on the map (Get Direction is not is my project, it is google maps feature). This system is also capable of sending the status of the garbage bin like how much filled it is, via SMS only. Also it can tell you whether a particular dustbin is active or not. NOTE: If it sends you the message containing that the garbage bin is full plus the link of the google maps, trash collector will have to clear the trash and press the RESET button on Arduino so that system becomes active once again.

More Repositories

1

STOCK-PRICE-PREDICTION-USING-TWITTER-SENTIMENT-ANALYSIS

The coding has been done on Python 3.65 using Jupyter Notebook. This program fetches LIVE data from TWITTER using Tweepy. Then we clean our data or tweets ( like removing special characters ). After that we perform sentiment analysis on the twitter data and plot it for better visualization. The we fetch the STOCK PRICE from yahoo.finance and add it to the data-set to perform prediction. We apply many machine learning algorithms like (random forest, MLPClassifier, logistic regression) and train our data-set. Then we perform prediction on untrained data and plot it with the real data and see the accuracy.
Jupyter Notebook
63
star
2

AUTOMATIC-WATERING-SYSTEM---INTERNET-OF-THINGS-PROJECT---SMART-HOMES

This project is one application of IOT project. This is Automatic watering system. This project includes Arduino uno, relay, bluetooth module, gsm module, Motor (From fishing aquarium), jumper wires, Soil humidity sensor. It can be planted in the garden near your house or just in a small plant pot. The motor should be kept in water reservoir, and a pipe needed to bring the water to the plant. Then if the soil has less humidity it will water the plant automatically. If you want to add more water or add water as per your need. You can open the application which i have made using MIT APP INVENTOR. You connect the app to system using bluetooth and can water manually. It will send back the time and date of watering back to the bluetooth module. Similarly you can message to the number installed in gsm module to water the plant if you are far from the system. To water the plant using gsm module you need to message it with "s" character and it will water the plant.
C++
4
star
3

Twitter-Fake-News-Detector

UiPath robot to detect fake using in Twitter using ML and sends mail to notify about it.
Python
1
star
4

PDF-Invoice-Extrator

UiPath bot to extract important content from unstructured data like PDF.
1
star
5

ONLINE_CHARITY_SYSTEM

This project was made using JAVA and it lets you donate items online. (currently on local server) you can add details about the items like (item image, name, quantity, location) similarly if any needy person wants something. He or she can go to this system and can see which items are available for donation in his/her area and can claim that item. This will be followed by email which will be send to admin and donor who is donating the item. Then admin will confirm and proceed the request. Admin has rights to remove items or change the details regrading the same.
1
star