- Get Corona info
- Provides Corona symptoms
- Get your state's corona Info(India)
- Get your country's corona Info
- Android Studio
- Rasa
- Retrofit
- Part 1: https://bit.ly/3m1UMmq
- Part 2: https://bit.ly/3h38Icd
- Part 3: https://bit.ly/3k7lSHp
- 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
- 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