Publications by Anil K. Khadka

Word Predicting App

25.11.2023

2023-11-24 Word Prediction App: Predict the Next Word !!! Introduction Welcome to the Word Prediction App ! The App is based on Corpus of English words/sentences from Blogs, News and Twitter The App is limited to 10% sample of the corpus, to limit the size to publish the app initially. Use the word or small phrases to predict the Next Word Predic...

1795 sym 1 img

Word Predicting App

25.11.2023

2023-11-24 Word Prediction App: Predict the Next Word !!! Introduction Welcome to the Word Prediction App ! The App is based on Corpus of English words/sentences from Blogs, News and Twitter The App is limited to 10% sample of the corpus, to limit the size to publish the app initially. Use the word or small phrases to predict the Next Word User ...

1766 sym 1 img

Milestone-Report Text Mining

21.11.2023

1. Synopsis The goal of the project is to develop the predicting algorithm and Shiny App for natural language processing (text mining and processing). We used the provided Swiftkey dataset and prepared the progress report based on initial findings. The text file containing the texts from blogs, news and twitter in English version are briefly examin...

5341 sym 4 img 3 tbl

CO2 Data Analysis in Shiny App

14.11.2023

2023-11-14 CO2 Data Analysis Shiny App Introduction Welcome to the CO2 Data Analysis in Shiny App! Explore trends and patterns in CO2 concentration. Predict Future Concentration User Interface Summary Gives the statistical summary of CO2 concentration for total observed period Select Plot Type Use the dropdown menu to select the type of plot ...

1054 sym 2 img

Air Quality of Kathmandu in 2022

14.11.2023

2023-11-13 Synopsis We will check the air quality data for the year 2022. Here we will use the PM2.5 data from the air quality station at Phora Durbar maintained by US Embassy Kathmandu. We will check two things here: How the Pm2.5 varies daily for the year 2022 in Kathmandu Valley, and The monthly PM2.5 distribution For this we will create the ...

1331 sym

Creating a web page using R Markdown and Leaflet

13.11.2023

Introdution We will use the Rmarkdown and Leaflet to create a webpage which contain a map of some of the famous places to visit in Nepal. We will use the library leaflet. library(leaflet) Now we will create a dataframe of some of the famous places to visit in Nepal to add in the Map. ## Create a dataframe of palces to add place <- c("Kathmandu"...

332 sym R (677 sym/3 pcs)

Public Health and Economic Impacts of Severe Weather Conditions: Analysis of NOAA Storm Data Using R

03.11.2023

Sypnosis Storms and other severe weather events, including hurricanes, tornadoes, and severe thunderstorms, have profound impacts on public health and economy. The severe weathers that takes the form of disasters could often lead to significant damage of the infrastructures, displacement of populations, and disruption in healthcare services.The...

5694 sym Python (10036 sym/27 pcs) 2 img