adarsh

Results 4 issues of adarsh

To exit from the system, we have to `crtl+c` while running, which is not clean. We can discuss better alternatives here and I'll get on with it implementing it right...

feature

## Code ``` # finding the intention of the user holiday = ['book a hotel', 'go for a trip!', 'i wanna go for a holiday', 'i wanna trip'] clf =...

Currently, most of the request function use the same format of http request pattern except a few. ``` headers = get_request_header() try: response = requests.get(url, headers=headers) response.raise_for_status() except requests.exceptions.HTTPError as...

enhancement
help wanted
good first issue
GSOC-2019