Disease Trends of anywhere in the World
Requirements: pip install pytrends
- If you want to find trends for any other country or city just change the Location in Main()
If you want to find Trends for Different Diseases just change the input in the file.
print("Relative Score Graph")
show_graph_rel(rel_trend_score_sorted, top_n)
print("Trends Score Graph")
show_graph(trend_score_sorted, top_n)
Hypothesis: A disease is defined here Trending based on it's Search Interest. More search by people for a disease would we done when a large number of people are suffering from a disease.
Shaurya Uppal [[email protected]]