Skip to content

The first of it's kind room booking system through NLP (Huge thanks to Mahindra and Bristlecone for the project)

License

Notifications You must be signed in to change notification settings

aesher9o1/RASA-room-reservation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

RASA Room Reservation

The first of its's kind room reservation system powered by RASA NLU

The project is WIP with just cosmetic changes left i'd love to cater to feature requests and pull requests 😊😊😊😊

AIM

PS: You'll need multiple copies of the repo to run it. Bad decision to have everything on multiple branches? Let's agree to disagree shall we?

To build a system that allows access only to the authorized user who has booked the VC room in case someone tries to access it without booking it should raise the alarm. Also if there is any bottleneck faced by the authorized person in the VC room the person should be able to raise the alarm and get the issue resolved. The System also needs to have troubleshooting instructions to resolve the issue.

Traditional Way

A normal portal which connects to 2 Databases 1 the room booking database and the other the client's employee database. You can mitigate a server by using just one database though.

Branches associated with the track

Branch Description Status
node_mcu The IOT code that'll for Node MCU and RFID Module ⚠️ Hooking up with APIs
nodemailer Server to send emails (Can be replaced with 3rd party APIs) ✖️ Yet to push
frontend Frontend for the react App built using baseweb v9 UI kit ⚠️ Working on user side
client_server Checks if all the participants belong to the firm ✔️ Completed

RASA Way

An IMAP Webhook that listens to emails (tested on gmail) and sends the query to RASA server, the server parses the texts, emits the actions and then contacts the client_server to check if the participants are valid, finally booking is done

Branches associated with the track

Branch Description Status
node_mcu The IOT code that'll for Node MCU and RFID Module ⚠️ Hooking up with APIs
nodemailer Server to send emails (Can be replaced with 3rd party APIs) ✔️ Completed
frontend Frontend for the react App built using baseweb v9 UI kit for admin ✔️ Completed
client_server Checks if all the participants belong to the firm ✔️ Completed
email_server The Node.js webhook and RASA server codes ✔️ Completed

About

The first of it's kind room booking system through NLP (Huge thanks to Mahindra and Bristlecone for the project)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published