Skip to content

Gamified Carbon Footprint Monitoring Application integrated with AI Chatbot for navigation and commands

Notifications You must be signed in to change notification settings

Infernolia/SheHack2019

Repository files navigation

Gojek SheHack Hackathon 2019

Team Xertia - Aboli Marathe, Saloni Parekh, Hrithvika Babar, Priyal Belgamwar

Achieved Top 6 rank in Hackathon for Earth-X, a carbon footprint monitoring game to save the planet from harmful emissions.

A. DOWNLOAD THE ZIP FILE – database_forms-20191110T035654Z-001.zip

  • Unzip the file and extract its contents using command line.
  • Create a local environment in the local command line and install the follwing packages: Note: Python version- 3.7.4 is to be used.
  1. Django: pip install django (version: 2.2.7)
  2. Numpy: pip install numpy
  3. Pandas: pip install pandas
  4. Matplotlib: pip install matplotlib
  5. NLTK: pip install nltk
  6. Scipy: pip install scipy

B. OPEN THE DIRECTORY WHERE YOU HAVE EXTRACTED THE ZIP FILE.

C. RUN THE FOLLOWING COMMANDS IN THE COMMAND LINE:

  1. python manage.py makemigrations
  2. python manage.py migrate
  3. python manage.py runserver

D. OPEN A WEB-BROWSER OF YOUR SELECTION, PREFERABLY GOOGLE CHROME:

Type the url as follows: “http://172.20.4.116:8000"

This url must open the first page of the project, that is the sign up page. This page requires you to fill in your username and password and voila! Enjoy your experience as you walk the quest to save our planet, Earth.

A. DOWNLOAD THE Py FILE – Chatbot.py

  • Create a local environment in the local command line and install the follwing packages: Note: Python version- 3.7.4 is to be used.
  1. Django: pip install django (version: 2.2.7)
  2. pip install pygame
  3. pip install gtts
  4. pip install pyttsx3
  5. pip install SpeechRecognition
  6. pip install python-docx

B. OPEN THE DIRECTORY WHERE YOU HAVE EXTRACTED THE ZIP FILE.

C. RUN THE FOLLOWING COMMANDS IN THE COMMAND LINE:

  1. python Chatbot.py

Enjoy your experience as you talk through the quest to save our planet, Earth.

Here is a sample video demonstrating the application: https://drive.google.com/file/d/1R7oL1JTM4d4dtIyalsBBDbVqltCVObSh/view?usp=sharing

About

Gamified Carbon Footprint Monitoring Application integrated with AI Chatbot for navigation and commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages