https://github.com/prashver/currency-converter-chatbot
A conversational chatbot designed for currency conversion tasks using Flask, Python, and Dialogflow. Integrating APIs for efficient conversions, users can specify currencies and values effortlessly.
https://github.com/prashver/currency-converter-chatbot
chatbot currency-converter dialogflow flask python
Last synced: about 2 months ago
JSON representation
A conversational chatbot designed for currency conversion tasks using Flask, Python, and Dialogflow. Integrating APIs for efficient conversions, users can specify currencies and values effortlessly.
- Host: GitHub
- URL: https://github.com/prashver/currency-converter-chatbot
- Owner: prashver
- Created: 2022-12-01T15:59:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T05:38:50.000Z (over 3 years ago)
- Last Synced: 2025-01-14T11:29:49.328Z (over 1 year ago)
- Topics: chatbot, currency-converter, dialogflow, flask, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Currency-Converter-Chatbot
I have created a conversational chatbot whose main task is to do a currency conversion. Apart from doing the currency conversion it can also handle small tasks to provide a user friendly environment. The main pre-requisites which are used here are flask, python and Dialogflow (which is a human–computer interaction technology based on natural language owned by Google developers. The company is best for creating the Assistant, a virtual buddy for Android, iOS, and Windows Phone smartphones.)
For the chatbot to perform the currency conversion task, it uses [API](https://www.currencyconverterapi.com/) to give the desired output, which the user is particularly seeking for.
Flow wise, it takes two values from user; first the currency with the value which is to be converted and the other to which currency it should convert to.
### Demo :-
https://user-images.githubusercontent.com/84378440/205222413-64fd1bde-b57d-44f0-b0eb-37bea7c1f4a9.mp4