Quick implementation of some Generative AI applications, along with some useful tools for modern data science.
In this repo, you can find notebooks for:
- A text summarizer using BART
- A conversational chatbot using an open-source model based on the transformer architecture from Meta
- A translator capable of handling 200 different languages using the No Language Left Behind (NLLB) model from Meta
- A sound classifier using a CLAP (Contrastive Language Audio Pretraining) model.