Skip to content

Chatbot and application to get covid-19 cases information

License

Notifications You must be signed in to change notification settings

Horizon733/Covid-Chatbot-app

Repository files navigation

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

About

Chatbot and application to get covid-19 cases information

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published