Classify query to various intents as below
information_intent
: intention to learn more about something. Eg. what is programming?, How does docking station work ?yelp_intent
: intention to look for services/local businesses. Eg. italian food near me, floor repair costnavigation_intent
: intention to navigate from search to the website. Eg. email login, bank branch routing numbertravel_intent
: intention to travel. Eg. hotels in Paris, cruise trip to carribean islandspurchase_intent
: intention to purchase products. Eg. price of us open tennis tickets, buy iphone 10weather_intent
: to know the weather or temperature of a city. Eg. weather in Miami, temperature in Seattletranslation_intent
: to translate from and to various languages. Eg. what is hello in spanish, translate hi to japaneseunknown
: when the intent is inconclusive
- clone the repo
- python -m venv venv
- source /venv/bin/activate
- python -m pip install -r requirements
- streamlit run src/intent_app.py
steps 1 - 4 from above 5) python src/infer_intent.py