https://github.com/iv4n-ga6l/nlp-chatbot-app
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.
https://github.com/iv4n-ga6l/nlp-chatbot-app
flutter nlp-app nlp-chatbot
Last synced: 7 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/iv4n-ga6l/nlp-chatbot-app
- Owner: iv4n-ga6l
- Created: 2024-06-21T13:50:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-21T13:58:51.000Z (over 1 year ago)
- Last Synced: 2025-01-31T13:13:47.348Z (8 months ago)
- Topics: flutter, nlp-app, nlp-chatbot
- Language: C++
- Homepage:
- Size: 5.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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.
![]()
![]()
## 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