- 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
- Open a terminal and type
git clone https://github.com/sumukhbhat2701/EVA-Emotion-Virtual-Assistant.git
- Open Anaconda Prompt and type -
conda create --name rasa python==3.7.6
conda activate rasa
pip install -r requirements.txt
- (This will take some time)npm i
cd Tweets
python script1.py script2.py
cd ..
- Open another terminal in the same directory and type -
rasa run -m models --enable-api --cors "*" --debug -p 5005
- 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
- Yet in another terminal in the same directory, type -
node server.js
- Open your favourite browser and type
localhost:3000
in the address bar