Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1004 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 1004 Bytes

NLP weather Chatbot

A smart weather chatbot app which allows users to inquire about current weather conditions and forecasts using natural language, and receives responses with weather information.

Demo1 Demo2 Demo3

Features

  • Natural language processing for understanding weather queries
  • Current weather information
  • Weather forecasts
  • Current weather information for given city name
  • Weather forecasts for given city name

Backend Technologies Used

  • Python
  • Flask
  • NLTK
  • spaCy
  • OpenWeatherMap API