Designed and developed a comprehensive AI assistant for document and database Q&A, summarization, and rewriting. Utilized Vue for the frontend and FastAPI with LlamaIndex for the backend. Created and maintained the supporting infrastructure for the application.
A command line tool for transferring liked tracks, albums, artists, and playlists between Tidal accounts. This tool allows users to seamlessly migrate their music preferences and collections from one Tidal account to another. By using this tool, users can avoid the manual process of re-liking tracks, albums, artists, and playlists. It supports the authentication of multiple Tidal accounts, securely transferring the user's data while preserving the original structure and metadata of the music library.
PandaQ is an SQL interpreter based on Pandas. The interpreter offers a simple web interface, through which you can make queries and visualize the results. It leverages the powerful data manipulation capabilities of the Pandas library to perform SQL-like operations on data. Users can input SQL queries via the web interface, and the interpreter translates these queries into Pandas operations. The results of the queries are then displayed in a user-friendly format, making it easy to analyze and understand the data.