Pinned Repositories
comp-345-five-minute-empire
COMP354PJA
cpp-board-game
A C++ implementation of a board game. Features human and AI players with different strategies, observer design pattern for game statistics and turn-phase updates, and an automated tournament mode.
java-board-game
A Java implementation of the board game 'Codenames'. Features a GUI-driven gameplay with a Model-View-Controller (MVC) architecture. Utilizes the Observer design pattern for game updates and offers various strategies for gameplay.
nlp-data-processing-retrieval-system
Natural Language Processing Project: Utilizing NLTK and Python to process and analyze the Reuters-21578 dataset, enhancing text retrieval through advanced tokenization, stemming, and stop word removal, along with implementing query processing and ranking mechanisms.
openai-prompt-eng-course
Guide for creating prompts for large language models.
pytest_project
This project tests the functionality of a REST API for managing quotes. The API provides endpoints for resetting the state, retrieving quotes, adding new quotes, retrieving quotes by ID, and deleting quotes.
sgalawar
comp472
sgalawar's Repositories
sgalawar/cpp-board-game
A C++ implementation of a board game. Features human and AI players with different strategies, observer design pattern for game statistics and turn-phase updates, and an automated tournament mode.
sgalawar/java-board-game
A Java implementation of the board game 'Codenames'. Features a GUI-driven gameplay with a Model-View-Controller (MVC) architecture. Utilizes the Observer design pattern for game updates and offers various strategies for gameplay.
sgalawar/nlp-data-processing-retrieval-system
Natural Language Processing Project: Utilizing NLTK and Python to process and analyze the Reuters-21578 dataset, enhancing text retrieval through advanced tokenization, stemming, and stop word removal, along with implementing query processing and ranking mechanisms.
sgalawar/openai-prompt-eng-course
Guide for creating prompts for large language models.
sgalawar/pytest_project
This project tests the functionality of a REST API for managing quotes. The API provides endpoints for resetting the state, retrieving quotes, adding new quotes, retrieving quotes by ID, and deleting quotes.
sgalawar/sgalawar