Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 2.24 KB

brainstorming.md

File metadata and controls

15 lines (12 loc) · 2.24 KB

Brainstorming

This file contains the brainstorming part of the project. All ideas, links to projects and resources that could be helpful for this project can be posted here. If you have experience with building voice chat solutions, training language models, or using machine learning models, this is a good place to give your valuable feedback to the community.


Solution providers, API's, Language Models
Open AI: One of the leaders in the space. Sure a go to resource. Whisper is probably the relevant API for us.
Open AI API
Open AI Whisper API
Project Baize: An open-source chat model trained with data from the healtcare domain.
Project Baize
Duolingo Max: Duolingo Max, a learning experience powered by GPT-4.
Duolingo Max
Unity V 1.4: Unity asset to demonstrate OpenAI (Whisper API and GPT) + ElevenLabs API's in-game to create the ability to have dynamic voice conversations with characters.
Unity V1.4 Demo - YouTube
Learning Resources, Technical Documentation, Scientific Papers
DeepLearning.AI: Provides high quality courses on coursera and great content and free resources on their website.

A must read guide for everyone new to Natural Language Processing and Language Models.
A complete guide to Natural Language Processing

Very useful introduction to prompting for ChatGPT with Python and the OpenAI API.
ChatGPT Prompt Engineering for Developers