This is a COVID-19 Chatbot built with Rasa Framework which provides all vital information regarding novel coronavirus.
Steps needed to run this project:
- You need to install docker first. To download just visit this website (Note: Docker cannot be installed on Windows 10 Home)
- In your project directory just open command prompt or terminal and type this command:
docker-compose up --build
- After running all the container by the above command just open your browser and type:
http://localhost:3000
- Your project is up and running
NOTE: You need to add your credentials in config.ini (inside actions directory) and endpoints.yml (inside backend directory)