Skip to content

hrithvikakb/SheHack2019

 
 

Repository files navigation

FinalSubmission

Xertia- Shehack

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.

About

Xertia- Shehack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 73.5%
  • Python 25.5%
  • CSS 1.0%