EVA - Emotional Virtual Assistant

Our Contribution to the Open Source Projects during this pandemic.


INTRODUCTION

  • Providing efficient Mental Health guidance during the tough times like this pandemic
  • Delivering easily accessible & trust-worthy COVID-19 facts and data during these tough situations
  • Visualising country-wise COVID-19 statistics
  • Providing verified information and facts
  • Predicting the peak number of COVID-19 cases in India

TO RUN IT ON YOUR LOCAL MACHINE

  1. Open a terminal and type git clone https://github.com/sumukhbhat2701/EVA-Emotion-Virtual-Assistant.git
  2. Open Anaconda Prompt and type -
    conda create --name rasa python==3.7.6
  3. conda activate rasa
  4. pip install -r requirements.txt- (This will take some time)
  5. npm i
  6. cd Tweets
  7. python script1.py script2.py
  8. cd ..
  9. Open another terminal in the same directory and type - rasa run -m models --enable-api --cors "*" --debug -p 5005
  10. Open yet another terminal in the same directory and type - rasa run actions

If the 9th and 10th don't work for you then try python -m rasa run -m models --enable-api --cors "*" --debug and python -m rasa run actions respectively

  1. Yet in another terminal in the same directory, type - node server.js
  2. Open your favourite browser and type localhost:3000 in the address bar

LINK TO OUR DESKTOP WEBSITE WITHOUT THE CHATBOT - Click me


VIDEO DEMO - Click me


PRESENTATION - Click me