Skip to content

Latest commit

 

History

History
59 lines (49 loc) · 1.34 KB

README.md

File metadata and controls

59 lines (49 loc) · 1.34 KB

Covid Chatbot application


✨Features:

  • Get Corona info
  • Provides Corona symptoms
  • Get your state's corona Info(India)
  • Get your country's corona Info

🔧Technologies used:

  • Android Studio
  • Rasa

📚 Libraries Used:

  • Retrofit

Medium Tutorial Link:

Run:

Chatbot

  • Train:
rasa train
  • Run actions server:
rasa run actions
  • Run server(REST API):
rasa run -m models --enable-api --endpoints endpoints.yml
  • Run on shell
rasa shell

App

  • First replace the server url from MainActivity.kt
val retrofit = Retrofit.Builder()
           .baseUrl("http://IP Adress:5005/webhooks/rest/")
           .client(okHttpClient)
           .addConverterFactory(GsonConverterFactory.create())
           .build()
  • Build the app and run on your android smartphone