Header image

Castdice: The AI-powered English Learning App Leading the Tech Trend!

16/08/2023

1.04k

Castdice is a groundbreaking English learning app designed specifically for Japanese students, boasting over 5000 downloads. It offers unique and innovative features to enhance student’s performance in university English entrance exams. Alongside essential functions like vocabulary search, word puzzles, and word assessments, Castdice’s standout feature lies in its use of Artificial Intelligence (AI) to create a Vocabulary Library containing words that have appeared in English entrance exams for all universities in Japan over the past 10 years.

With Castdice, students can access a vast array of vocabulary and study materials tailored to the specific requirements of university English exams. The app’s AI-powered features not only facilitate effective learning but also ensure that students are well-prepared and confident in tackling their English entrance tests. 

AI powered English learning app

Castdice – The Ultimate Solution for Japanese Students’ University English Entrance Exams

Preparing for university entrance exams is a pressing concern for every high school student in Japan. Especially, the importance of English proficiency is increasingly recognized in the country. Students must thoroughly prepare for the English exam to secure admission to their desired universities. Searching for past English exam papers from various universities to practice with has become a common practice, but it is time-consuming and challenging.

In response to this urgent need, Castdice was born to address the crucial issue students face: gathering vocabulary words that appeared in the last 10 years’ exam papers. The app offers a comprehensive vocabulary library based on extensive real-exam data from universities and high schools across Japan, making it easy for students to access essential and practical words.

With Castdice, students no longer struggle to find and study vocabulary on their own. The app provides a modern, up-to-date, and indispensable solution for every student in Japan. It has become a reliable companion for students, helping them boost their English proficiency, excel at exams, and pave the way for success in their academic and professional futures.

Our Challenge: Transforming Diverse Data into Vocabulary through AI

We faced a significant challenge when dealing with the diverse data, which was not well-organized and existed in various formats like PDFs and scanned images. To make this data usable, we had to convert it into a dictionary-like format for effective processing.

The process to solve this Challenge:

Data Collection: The first step involved collecting all the vocabulary from large public test datasets. The team utilized data mining techniques to extract relevant information from English test sets used by Japanese universities.

Data Extraction: The team employed Optical Character Recognition (OCR) technology for PDF data to convert the scanned text into editable and searchable text. This step was crucial to extract text from image-based documents.

Text Processing: Once the data was extracted, the team used natural language processing tools, such as the Natural Language Toolkit (NLTK), to split and tokenize the text. This allowed them to separate individual words and prepare them for further analysis.

Mapping and Ranking: The team mapped each word with a dictionary and included a ranking system. This helped categorize and prioritize the vocabulary based on its relevance and frequency in the English test sets.

Pronunciation Integration: To enhance the learning experience, Castdice integrated Text-to-Speech technology, creating accurate pronunciations for each word. This feature proved beneficial for users to improve their speaking and listening skills.

Database Creation: Finally, the team compiled all the processed text data into a structured database. This database served as the foundation for the AI-powered apps, allowing users to browse and create different workbooks tailored to their specific needs and target various universities and levels.

Result:

By overcoming the challenges and implementing the above process, Castdice successfully developed two mobile apps integrated with the Flutter framework. These apps utilized the AI-driven Vocabulary Library, empowering users to access and use a comprehensive vocabulary and study materials collection.

Despite the time and resource constraints, our team’s innovative approach and use of AI technology led to the creation of a powerful and effective language-learning platform for students in Japan. Castdice’s commitment to solving this problem with ingenuity has transformed how students prepare for English exams, providing them with a cutting-edge tool for language learning and exam preparation.

Highlights of Castdice’s Intelligent Vocabulary Library feature

In addition to the typical features of an AI-based English learning app, such as vocabulary search, quizzes, and vocabulary learning, Castdice boasts a remarkable and delightful feature known as the Intelligent Vocabulary Library. This smart library sets itself apart and leaves a lasting impression on all users for several compelling reasons.

Diverse Collection of Thousands of Words: The Intelligent Vocabulary Library is built upon a vast database of English exam questions from all universities in Japan over the past decade. This ensures that the library is not only extensive but also contains practical words and commonly used in real-life exam scenarios.

Continuous Data Updates: Despite being launched in 2021, the Intelligent Vocabulary Library of Castdice is consistently updated with the latest English entrance exam questions from Japanese universities up to the present. This allows students to access the most current and relevant vocabulary, effectively preparing them for their upcoming exams.

Targeted Learning Approach: Powered by Artificial Intelligence (AI), Castdice utilizes data from various English exam papers to identify the most important and frequently used words. Students are exposed to high-priority vocabulary likely to appear in crucial English exams, enabling them to focus on mastering the most essential words and significantly improving their test scores.

Personalized Learning Experience: The Intelligent Vocabulary Library allows for personalized learning for each individual student. AI assesses each user’s proficiency level and learning needs, providing tailored study materials to achieve the highest efficiency in English language proficiency.

Thanks to these remarkable advantages, Castdice’s Intelligent Vocabulary Library stands out as a prominent feature. It empowers users to efficiently access and confidently apply their vocabulary knowledge during the rigorous English entrance exams for Japanese universities.

Elevate Your English Proficiency with Castdice English Learning App

Castdice has significantly and comprehensively improved students’ English learning in a multifaceted manner. All students who have used Castdice for their studies have experienced positive outcomes and noticeable benefits from vocabulary learning through this app:

  • Excelling in English Entrance Exams: Over 90% of surveyed students have seen a remarkable increase in their exam scores since using Castdice. The extensive vocabulary library, curated from the past 10 years’ exams, enables students to effortlessly encounter words commonly found in test papers and excel in their exams.
  • Learning more vocabulary and grammar: The AI English Learning app integrates various vocabulary learning methods, from traditional to modern, and employs intelligent progress tracking for each individual. This feature helps learners memorize vocabulary more effectively.
  • Improving pronunciation and listening comprehension: Castdice provides English listening vocabulary, allowing students to practice listening and pronunciation consistently. This enhances their listening skills and pronunciation, increasing confidence in communication and understanding English dialogues.
  • Enhancing interactivity and engagement: The app uses interactive learning methods and fun quizzes, fostering active student participation and motivating them to continue studying English with enthusiasm.
  • Saving time and flexibility: The English learning app allows students to study anytime, anywhere, through their mobile phones or tablets. This flexibility empowers students to manage their study time conveniently.

Development systems and technologies

Below are the resources and technologies we use to develop Castdice App:

  • Details of entrustment: Design, Implementation, Testing, Migration, Maintenance & Operation
  • Platform: Mobile App
  • Mobile architecture: Firebase, Flutter
  • Server architecture: Python, GCP

Castdice – Outstanding Success with 5000+ Downloads!

SupremeTech accomplished the creation of a data mining module and an AI-powered vocabulary database. They also developed two mobile apps optimized with a single Flutter source code as part of their achievements. The remarkable success has garnered over 5000 downloads, affirming our reputation and capturing the interest of a wide user base. If you are considering developing a groundbreaking and efficient learning app, explore the proud accomplishments of Castdice!

Related Blog

How-to

Knowledge

Software Development

+0

    How to Undo Commits Safely in Git: Git Reset and Git Revert Explained

    Introduction In software development, mistakes in commits happen more frequently than we would prefer. Imagine you are working on a feature branch and accidentally commit sensitive information, like an API key, or commit in the wrong branch. You quickly realize the need to undo these changes, but as you search for solutions, you come across two common commands: git reset and git revert. Each offers a way to return, but which is right for your situation? In this article, SupremeTech will explore both commands, how they work, when to use them, and how to decide which approach best addresses your specific needs. Three trees in Git Before getting started, it’s important to understand Git's internal state management systems, called “Git’s three-tree”: Working Directory: This is the workspace on your local machine, it reflects the current state of your files and any changes made that have not yet been staged or committed. You can see changes in the Working Directory with git status.Staging Index: This space holds a snapshot of changes ready to be committed. After you’ve made changes in the Working Directory, you can add them to the Staging Index with git add.Commit History: This is the timeline of saved changes in your project. When you use the git commit command, it takes the changes from the Staging Index and adds them to this history as a new commit. Figure 1. The Git’s three-tree The animation above demonstrates Git's three-tree structure by showing the creation of file1.js and committing it as C1. We add two more examples: file2.js as a C2 commit and file3.js as a C3 commit. These three commits will be used throughout the article as we explore git reset and git revert commands. Figure 2. Visualizing Git's three-tree with three commits Undoing commits with git reset The git reset command allows you to undo changes in your working directory by moving the branch tip back to a specific commit and discarding all commits made after that point. Figure 3. Visualizing the git reset command After running the command git reset HEAD~1, you’ll notice two changes: The branch tip has moved to the commit C2.The latest commit (C3) has been discarded from the commit history. The HEAD~1 is a way to reference the commit before the current HEAD. You can use similar syntax to go back further, like HEAD~2 to go back two commits from HEAD. Alternatively, you can specify a particular commit using its hash ID. The next question is where did the changes from C3 commit go? (the file3.js in this example). Did it delete permanently, or is it saved somewhere? This is where the git reset flags come into play. Bypassing one of the following flags, you can control the changes: --soft: It undoes the commits in the history and places the changes back in the Staging Index, ready to be committed again if needed. Figure 4. Visualizing git reset command with --soft flag -—mixed (this is the default option): It is similar to—-soft but also clears the Staging Index. This means any changes from the discarded commits are left unstaged in the Working Directory, requiring you to re-add them before re-committing. Figure 5. Visualizing git reset command with --mixed flag --hard: This option clears all changes from both the Staging Index and Working Directory and resets the codebase to match the specified commit without making any modifications. Figure 6. Visualizing git reset command with --hard flag By using git reset, you've successfully undone a specific commit. However, try to push these changes to the remote repository with a regular git push. You’ll get an error because the local commit history no longer matches the remote. To push these changes, you need to use a force push (git push --force). While this command will update the remote branch, it comes with risks - it can overwrite the remote history, creating potential issues for other developers. To avoid these problems, let’s explore a safer alternative: Undoing public commits with git revert The git revert command is an undo command, but it doesn’t work like the git reset. Instead of removing a commit from the project history, it creates a new one containing the inverse of the original changes. Figure 7. Visualizing the git revert command The result of running the command git revert HEAD is a new commit that undoes the changes made in the C3 commit. Since the C3 commit added file3.js, the revert will effectively delete this file. In short, running git revert HEAD will bring your code back to its state at the C2 commit. You can prevent git revert from automatically creating a new commit by using the -n or --no-commit flag. With this option, the inverse changes are placed in the Staging Index and Working Directory, allowing you to review or modify them before committing. Figure 8. Visualizing git revert command with --no-commit flag The git revert command allows you to go back to previous commits without removing any mistake commits. It doesn’t re-write the project history. Because of this, this command should be used to undo changes on a public branch. What is the difference between Git Reset vs. Git Revert? The difference between git reset and git revert is that git reset should be used to undo changes in your local history, while git revert should be recommended for undoing changes on a shared or public branch. Both git reset and git revert are commands for undoing changes, but they work differently in key ways: git resetgit revertHow it worksReverts to a previous state by removing the specified commit.Reverts to a previous state by creating a new commit with inverse changes.OptionsOffers --mixed, --soft, and --hard flags to control how changes are handled.Offers --no-commit to add inverse changes without automatically committing them.UsageRecommended for undoing changes in your local history.Recommended for undoing changes on a shared or public branch. Conclusion By now, you should clearly understand how to undo changes in a Git repository using git reset and git revert. In short, use git reset for local-only history changes, and use git revert to undo changes on a shared branch safely. Choosing the right command for your situation lets you keep your project history clean and ensures smoother collaboration with your teammates.

    25/11/2024

    41

    Huy Nguyen K.

    How-to

    +2

    • Knowledge
    • Software Development

    How to Undo Commits Safely in Git: Git Reset and Git Revert Explained

    25/11/2024

    41

    Huy Nguyen K.

    ionic vs react native

    Software Development

    +0

      Ionic vs. React Native: A Comprehensive Comparison

      Ionic vs. React Native is a common debate when choosing a framework for cross-platform app development. Both frameworks allow developers to create apps for multiple platforms from a single codebase. However, they take different approaches and excel in different scenarios. Here’s a detailed comparison. Check out for more comparisons like this with React Native React Native vs. Kotlin Platform Native Script vs. React Native The origin of Ionic Framework Ionic Framework was first released in 2013 by Max Lynch, Ben Sperry, and Adam Bradley, founders of the software company Drifty Co., based in Madison, Wisconsin, USA. What's the idea behind Ionic? The creators of Ionic saw a need for a tool that could simplify the development of hybrid mobile apps. At the time, building apps for multiple platforms like iOS and Android required separate codebases, which was time-consuming and resource-intensive. Therefore, the goal was to create a framework that allowed developers to use web technologies—HTML, CSS, and JavaScript—to build apps that could run on multiple platforms with a single codebase. Its release and evolution over time The first version of Ionic was released in 2013 and was built on top of AngularJS. It leveraged Apache Cordova (formerly PhoneGap) to package web apps into native containers, allowing access to device features like cameras and GPS. 2016: With the rise of Angular 2, the team rebuilt Ionic to work with modern Angular. The renovation improved performance and functionality. 2018: Ionic introduced Ionic 4, which decoupled the framework from Angular, making it compatible with other frameworks like React, Vue, or even plain JavaScript. 2020: The company developed Capacitor, a modern alternative to Cordova. It provides better native integrations and supports Progressive Web Apps (PWAs) seamlessly. Key innovations of Ionic First of all, Ionic popularized the use of web components for building mobile apps. In addition, it focused on design consistency, offering pre-built UI components that mimic native app designs on iOS and Android. Thirdly, its integration with modern frameworks (React, Vue) made it appealing to a broader developer audience. Today, Ionic remains a significant player in the hybrid app development space. It's an optimal choice for projects prioritizing simplicity, web compatibility, and fast development cycles. It has a robust ecosystem with tools like Ionic Studio. Ionic Studio is a development environment for building Ionic apps. The origin of React Native React Native originated at Facebook in 2013 as an internal project to solve challenges in mobile app development. Its public release followed in March 2015 at Facebook’s developer conference, F8. Starting from the problem of scaling mobile development In the early 2010s, Facebook faced a significant challenge in scaling its mobile app development. They were maintaining separate native apps for iOS and Android. It made up duplicate effort and slowed down development cycles. Additionally, their initial solution—a hybrid app built with HTML5—failed to deliver the performance and user experience of native apps. This failure prompted Facebook to seek a new approach. The introduction of React for Mobile React Native was inspired by the success of React, Facebook’s JavaScript library for building user interfaces, introduced in 2013. React allowed developers to create fast, interactive UIs for the web using a declarative programming model. The key innovation was enabling JavaScript to control native UI components instead of relying on WebView rendering. Its adoption and growth React Native quickly gained popularity due to its: Single codebase for iOS and Android.Performance comparable to native apps.Familiarity for web developers already using React.Active community and support from Facebook. Prominent companies like Instagram, Airbnb, and Walmart adopted React Native early on for their apps. Today, React Native remains a leading framework for cross-platform app development. While it has faced competition from newer frameworks like Flutter, it continues to evolve with strong community support and regular updates from Meta (formerly Facebook). Ionic vs. React Native: What's the key differences? Core Technology and Approach React Native Uses JavaScript and React to build mobile apps.Renders components using native APIs, resulting in apps that feel closer to native experiences.Follows a “native-first” approach, meaning the UI and performance mimic native apps. Ionic Uses HTML, CSS, and JavaScript with frameworks like Angular, React, or Vue.Builds apps as Progressive Web Apps (PWAs) or hybrid mobile apps.Renders UI components in a WebView instead of native APIs. Performance React Native: Better performance for apps that require complex animations or heavy computations.Direct communication with native modules reduces lag, making it suitable for performance-intensive apps. Ionic: Performance depends on the capabilities of the WebView.Works well for apps with simpler UI and functionality, but may struggle with intensive tasks or animations. User Interface (UI) React Native: Leverages native components, resulting in a UI that feels consistent with the platform (e.g., iOS or Android).Offers flexibility to customize designs to match platform guidelines. Ionic: Uses a single, web-based design system that runs consistently across all platforms.While flexible, it may not perfectly match the native look and feel of iOS or Android apps. Development Experience React Native: Ideal for teams familiar with React and JavaScript.Offers tools like Hot Reloading, making development faster.Requires setting up native environments (Xcode, Android Studio), which can be complex for beginners. Ionic: Easier to get started for web developers, as it uses familiar web technologies (HTML, CSS, JavaScript).Faster setup without needing native development environments initially. Ecosystem and Plugins React Native: Extensive library of third-party packages and community-driven plugins.Can access native features directly but may require writing custom native modules for some functionalities. Ionic: Has a wide range of plugins via Capacitor or Cordova for accessing native features.Some plugins may have limitations in terms of performance or compatibility compared to native implementations. Conclusion: Which One to Choose? Choose React Native if:You want high performance and a native-like user experience.Your app involves complex interactions, animations, or heavy processing.You’re building an app specifically for mobile platforms.Choose Ionic if:You need a simple app that works across mobile, web, and desktop.You have a team of web developers familiar with HTML, CSS, and JavaScript.You’re on a tight budget and want to maximize code reusability. Both frameworks are excellent in their own right. Your choice depends on your project’s specific needs, the skill set of your development team, and your long-term goals.

      19/11/2024

      48

      Linh Le

      Software Development

      +0

        Ionic vs. React Native: A Comprehensive Comparison

        19/11/2024

        48

        Linh Le

        inter bee 2024

        OTT Streaming

        Our success stories

        +0

          SupremeTech & Enlyt Showcase CloudTV Streaming Solution at Inter BEE 2024

          SupremeTech, along with our partner Enlyt, is excited to present CloudTV, our advanced streaming platform, at Inter BEE 2024. This event is a great chance for us to connect with other professionals in media and technology. We aim to show how CloudTV can help businesses deliver smooth and high-quality streaming to their audiences. Through CloudTV, we’re ready to make streaming easier and more accessible. Inter BEE 2024 is held between November 13 and 15, 2024. Let's join us! About Inter BEE 2024 Inter BEE, or International Broadcast Equipment Exhibition, is one of Japan’s biggest media and tech events. It takes place at Makuhari Messe and marks its significant 60th year in 2024. This exhibition gathers thousands of visitors and exhibitors from around the world. They include professionals from video, audio, and digital media industries. Over 1,000 exhibitors are part of this year’s event, and they bring their latest tools and ideas in content creation, delivery, and audience engagement. Inter BEE also includes unique interactive spaces, like INTER BEE CINEMA, which focuses on new film production tools, and the INTER BEE AWARD, which celebrates top media innovations. This setup makes Inter BEE a place where the latest trends and future ideas come together. Introducing CloudTV, our custom OTT streaming solution CloudTV is a flexible streaming solution that SupremeTech has created for businesses. Built on strong cloud technology, CloudTV lets businesses create their own streaming platforms quickly and easily. It allows for high-quality video streaming that can be viewed on any device—smartphones, computers, or smart TVs. CloudTV is also secure and easy to customize, so each business can make the platform look and feel their own. CloudTV solves problems around scaling and technical complexity. Whether a business is large or small, CloudTV’s setup makes streaming simple and reliable. By supporting the latest streaming standards, CloudTV ensures great video quality across different screens and devices. This makes CloudTV a smart choice for businesses that want to reach viewers with a smooth and simple streaming experience. Get in Touch with SupremeTech If you’re interested in a streaming solution that is simple, reliable, and flexible, come visit our booth at Inter BEE 2024. We’re ready to discuss how CloudTV can help meet your unique streaming needs. You can also reach out to SupremeTech directly to explore how we can create a custom streaming platform for your business. Let’s work together to make streaming easy and engaging with CloudTV.

          14/11/2024

          231

          Linh Le

          OTT Streaming

          +1

          • Our success stories

          SupremeTech & Enlyt Showcase CloudTV Streaming Solution at Inter BEE 2024

          14/11/2024

          231

          Linh Le

          Our success stories

          +0

            SupremeTech welcomes GITS Group to the first GITS CEO Summit in Da Nang

            SupremeTech is excited to announce that we are co-hosting the GITS CEO Summit 2024 in Da Nang. As a proud member of the GITS Group, we look forward to welcoming leaders from around the world to this annual gathering. The summit is our largest internal event, where top executives will discuss technology trends, opportunities, and challenges for the upcoming year. We will focus on innovation, global strategies, and building a stronger GITS community. Why Da Nang? The summit will take place in Da Nang, which is not only known for its beautiful beaches and modern facilities but also for the thriving hub of technology in Vietnam. This vibrant city provides an ideal setting for leaders to connect, explore new business ideas, and share valuable insights. Da Nang is also home to many tech companies and startups advancing Vietnam’s position on the global technology map. By hosting the GITS CEO Summit here, SupremeTech aims to highlight Da Nang’s strategic importance and underscore its potential to be an international center for digital innovation. The Significance of the GITS CEO Summit 2024 The GITS CEO Summit 2024 will take place on December 06, bringing together over 70 CEOs from GITS member companies across Vietnam, Australia, Germany, South Korea, and Singapore. We will exchange ideas on technology trends, opportunities, and challenges for the coming year to drive business growth. We will also review the past year’s activities, share plans for 2025, and honor members who have made outstanding contributions to GITS. This year, the summit will be held at the beautiful Naman Retreat Resort, marking a fresh chapter in their journey toward tech excellence. This summit will be a crucial gathering for industry leaders and tech experts, offering meaningful connections through focused conference sessions, a poolside dinner party under the stars, expert talks on manufacturing and finance, and plenty of networking opportunities for everyone involved. This summit goes beyond the normal conference event. It’s a spontaneous gathering hub that puts technology discussion in a practical context and accelerates union among tech leaders. As collaboration becomes ever more important, this summit will help address tech development challenges and inspire fresh ideas for the future. Key Themes “Global Connections, Technology Adoptions” Under the theme "Global Connections. Technology Adoption," the summit aims to foster meaningful conversations about new technologies and how they affect Vietnam's economy. The agenda includes: 1. Keynote presentation: Vietnam IT Report by Dragon Capital2. Panel discussion: Digital Transformation in Manufacturing3. Panel discussion: ESG Compliance & Opportunities for Growth4. Panel discussion: Vietnam IT Goes Global: Challenges and Lessons Learned At the end of the gathering, our CEO members will engage in a joyful gala dinner to celebrate the past year milestones. The event is expected to inspire technology leaders by both insightful talks and vibrant connections. The GITS Summit 2023 successfully took place in Hanoi Look back on the success of SupremeTech and GITS in Vietnam IT Day 2024 SupremeTech and GITS previously teamed up to host Vietnam IT Day 2024, an event that left a strong impression on Vietnam’s IT community and beyond. This event, held in Sydney, Australia, brought together IT leaders to discuss the future of Vietnam’s tech industry. The focus was on strengthening Vietnam’s reputation as a global tech player, and it was highly successful in facilitating meaningful connections between Vietnamese IT companies and international partners. Learn more about Vietnam IT Day 2024 here. Building on the success of Vietnam IT Day, SupremeTech and GITS are excited to expand our vision for the GITS CEO Summit 2024. Want to stay updated about the event, let's follow us for more. See you in Da Nang!

            13/11/2024

            74

            Ngan Phan

            Our success stories

            +0

              SupremeTech welcomes GITS Group to the first GITS CEO Summit in Da Nang

              13/11/2024

              74

              Ngan Phan

              Customize software background

              Want to customize a software for your business?

              Meet with us! Schedule a meeting with us!