An open API service indexing awesome lists of open source software.

https://github.com/curiouslumber/chatxl

An AI-based Flutter Application to perform operations on Excel sheets via chat.
https://github.com/curiouslumber/chatxl

ai api-rest firebase flutter sqlite

Last synced: 7 months ago
JSON representation

An AI-based Flutter Application to perform operations on Excel sheets via chat.

Awesome Lists containing this project

README

          

# ChatXL - An AI-based Excel Chat Application built using Flutter

A flutter AI application where I encoporate the concept of neural network and natural language processing to perform operations on excel sheets using english text.



## Technologies Used
- Flutter and Dart
- Flask Framework for connecting to Rasa AI python framework to implement NLU (Natural Language Understanding)
- Postman for Testing
- SQLite Database implementation both in Flutter and Rasa python
- Firebase Authentication (Googe Sign In & User Sign In)
- GetX State Management
- Working with User Files
- Awesome Icons and other pubspec dependencies
- Figma for design

## @Required - Rasa API
The Rasa API for this project can be found at https://github.com/curiouslumber/Rasa-API-ChatXL

## Copyright Notice
Forking Notice -
This won't run out of the box, please create your own Firebase project and add the respective google-services.json and firebase_options.dart file.
Additionally, chat_api.dart has been hidden since it contains url of the server

Even though I have published this on Github for public use, please feel free to mention my name if forking this project. Thanks!