top of page

Projects

Luxy

Luxy, an innovative chatbot, was created to help streamline the hotel room reservation process at Singapore's Oasis beach resort. Luxy's primary goal is to provide users with a convenient booking experience while also providing comprehensive information about the resort's amenities and services.

Botpress link of Luxy chatbot : Luxy

Resources : Installation Guide, Abstract

Concept, Development

Music generation

This paper delves into the realm of automated music generation using Python. By combining principles from music theory with the power of Python programming, we explore techniques to generate melodies, harmonies, rhythms, and overall musical structures. We discuss the utilization of libraries like Music21 and TensorFlow to implement algorithms that analyze musical patterns, train machine learning models, and synthesize new compositions. The paper further examines the ethical implications of AI-generated music, including concerns about authorship, artistic integrity, and the impact on the music industry. By addressing these issues, we aim to foster a responsible and ethical approach to automated music generation. Ultimately, this work highlights the potential of Python as a valuable tool for composers and researchers to explore innovative musical ideas and push the boundaries of creativity.

Paper

FunctionFitter

"AI-Driven Data Integration and Visualization Project". Here's a breakdown of the components:

  1. Data Integration: Compiling CSV data into a SQLite database using SQLAlchemy and Pandas.

  2. Function Matching: Loading and matching test data with training data and ideal functions.

  3. Result Storage: Saving results into a database.

  4. Data Visualization: Visualizing training, test data, chosen functions, and deviations with Bokeh.

  5. Object-Oriented Design: Implementing an object-oriented approach with inheritance.

  6. Exception Handling: Including both standard and user-defined exceptions.

  7. Unit Testing: Writing unit tests to ensure the robustness of the code.

  8. Documentation: Providing comprehensive documentation, including docstrings.

  9. Resources: Code

bottom of page