Skip to content

A NLP project leveraging NLTK for extracting weather data.

Notifications You must be signed in to change notification settings

iv4n-ga6l/NLP-Chatbot-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NLP weather Chatbot API

A NLP project leveraging NLTK for extracting weather data. Accurate weather data is retrieved from openweathermap api.

Requirements

pip install -r requirements
python -m spacy download en_core_web_sm

Set up environment variables:

  • Create a .env file
  • Add your OpenWeatherMap API key:
    OPENWEATHERMAP_API_KEY=your_api_key_here
    

You can get your API KEY here : https://home.openweathermap.org/api_keys

Run

py app.py

About

A NLP project leveraging NLTK for extracting weather data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages