Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentkoc committed Nov 25, 2023
1 parent 5d75b92 commit ce06447
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,16 @@ Warden Wombat (previously Wombat AI) is a voice AI tool to quickly check on peop
* [OpenAI](https://openai.com/) - Large Language Models
* [Twilio](https://www.twilio.com/) - Telephony
* [Supabase](https://supabase.io/) - Auth
* [Tome](https://tome.app/) - Presentations

#### Technologies
* [AWS Cloudfomation](https://aws.amazon.com/cloudformation/) - Infrastructure as Code (*Prototyping*)
* [Terraform](https://www.terraform.io/) - Infrastructure as Code (*Production*)
* [Github Actions](https://github.com/features/actions) - CI/CD
* [Pre-commit](https://pre-commit.com/) - Code Quality
* [Make](https://www.gnu.org/software/make/) - Build Tool
* [NextJS](https://nextjs.org/) - Frontend
* [TailwindCSS](https://tailwindcss.com/) - CSS Framework

### Possible Enhancements

Expand All @@ -49,7 +52,7 @@ During the MVP development we identified a number of enhancements that could be
* Support for keypad for people with hearing disabilities *(already possible, just need to tweak workflows)*
* Replace OpenAI with Amazon Bedrock. Due to time constraints and limitations obtaining credits this was only tested with UI and not integrated with the platform.
* Pulling in call recordings from Twillio and storing them in S3 for future reference. This was not implemented due to time constraints.
* Use of websockets to our own TTS and STT models for smooth conversation flow. This was not implemented due to time constraints.
* Use of websockets to our own TTS and STT models for smooth conversation flow. This was not implemented due to time constraints, however we did validate this option. If a solution like this were to go to production at scale you would need better control over the audio models and this would be the prefered option.

### Branding
- All brand assets can be located in the [assets](./assets) folder.
Expand Down

0 comments on commit ce06447

Please sign in to comment.