Image alternative text generator, uses C# .NET 8 with Semantic Kernel along with Open AI's o4-mini model for the backend and Next with Chakra UI for the frontend.
- Git
- .NET 8 SDK
- NodeJS 22
- VS Code (recommended for working with TypeScript and Next)
- Visual Studio (recommended for working with C#)
git clone https://github.com/dorian-cg/image-alt-text-generator.gitcd ./image-alt-text-generator/src/web
npm install# open appsettings.json with VS Code
code ./image-alt-text-generator/src/api/appsettings.json- Open
/image-alt-text-generator/src/api/ImageAltTextService.slnusing Visual Studio. - Wait for NuGet packages to restore.
- Run using
httpsprofile using play button at the top. - Open a terminal.
- Change to
src/webdirectory usingcd /image-alt-text-generator/src/web - Start frontend project using
npm run dev. - Open browser at
http://localhost:3000









