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.
- Django: pip install django (version: 2.2.7)
- Numpy: pip install numpy
- Pandas: pip install pandas
- Matplotlib: pip install matplotlib
- NLTK: pip install nltk
- Scipy: pip install scipy
B. OPEN THE DIRECTORY WHERE YOU HAVE EXTRACTED THE ZIP FILE.
C. RUN THE FOLLOWING COMMANDS IN THE COMMAND LINE:
- python manage.py makemigrations
- python manage.py migrate
- 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.
- Django: pip install django (version: 2.2.7)
- pip install pygame
- pip install gtts
- pip install pyttsx3
- pip install SpeechRecognition
- pip install python-docx
B. OPEN THE DIRECTORY WHERE YOU HAVE EXTRACTED THE ZIP FILE.
C. RUN THE FOLLOWING COMMANDS IN THE COMMAND LINE:
- 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