Malik Talha's repositories
agl-flutter-quiz-app
A simple demo application made to be integrated into the Automotive Grade Linux (AGL) image.
agl-service-voiceagent
A gRPC-based voice agent service designed for Automotive Grade Linux (AGL). This service leverages GStreamer, Vosk, Snips, and RASA to seamlessly process user voice commands. It converts spoken words into text, extracts intents from these commands, and performs actions through the Kuksa interface.
basic-game-engine
A basic game engine designed on top of OpenGL API using the power of C++. This engine encapsulates all of the OpenGL calls into classes making it easier for developers to design and develop games.
brd-management-system
A full-stack application that makes it easier for companies to manage their Business Requirement Documents (BRD). Using this app a manager can create a BRD, edit or update it, and assign it to employees.
candy-crush-game-cpp
This repo contains a clone of the game "Candy Crush" developed using C++ and OpenGL
dodge-em-game-cpp
This repo contains a clone of the game "Dodge 'Em" developed using C++ and OpenGL
snips-model-agl
A repository which contains dataset and a pre-trained Snips model for the Automotive Grade Linux's NLU intent engine.
tournament-management-sys
A GUI application made using Qt Framework and MySQL to facilitate management of tournaments.
fitme-webapp
A small fitness-related web app that has features such as creating user accounts, designing workout plans, adding daily logs, etc.
ludo-game-cpp
A simple GUI-based ludo game created using C++, OpenGL, and concepts of operating systems such as multi-threading, multi-processing, etc.
gpt-gc
GPT - GC (Genre Classifier) is a GPT-2 based model fine-tuned for classifying movie genres.
rasa-model-agl
A repository which contains dataset and model for the AGL voice assistant RASA based NLU intent engine.
snips-nlu-agl
Snips Python library to extract meaning from text, customized to work with Automotive Grade Linux.
voicerecognizer-gst-grpc
This is a Voice Recognition test tool using Vosk-grpc-server as offline Speech Recognition Toolkit and GStreamer to record Audio. App is Flutter based.