Jump to content
Geoffrey Smith

AI Examples

Recommended Posts

I have a project that I originally started for a presentation at the ADUG 2023 Symposium, which was on AI and ChatGPT.  Since then I have continued to improve it and added more features to it.  One of the goals of this project is to provide a library to Delphi Developers that enables them to easily use various AI models / engines that are currently available.  Currently this is mostly done through calling various different REST API's that different companies provide, although another goal is to enable models to be used locally where practical.

 

Features include:

- Voice Recognition

- Text to Speech

- Image Generation

- Face Detection

- Large Language Models (LLM) like GPT.

 

I have created various example programs that exercise the different API's as well.

 

Today, OpenAI released some new features and API's.  I have since added support for Dall-e-3 and the Text to Speech engine so far.

 

To find out more have a look at

 

https://github.com/geoffsmith82/Symposium2023

 

  • Like 4
  • Thanks 3

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×