CourseFreak is an Android app for students. It is in fact a unified platform for many course-related tasks that can easily be done through the app's interactive environment.
Users can read and write reviews, Look for a partner and get notifications when new options arise.
The app offers its users personalized content according to their preferences by producing recommendations for them, based on their liking. Our ML engine is a simple Collaborative Filter we implmented in java, and you can find the code here.
The app was built with Android Studio (Java) and uses Firebase for user authentication, database and FCM. It was designed based on the priciples of Material Design and was prototyped with adobe XD with the Zeplin plugin. The course data we used was downloaded and reformatted from Technion CS faculty's website using Google sheet XML scripts, XPATH Generator Chrome Extension, and a CSV to JSON Conveter - here is an example.
Feel free to contact us if you have any further questions or suggestions.
We leveraged these 3rd party libraries:
Copyright 2019 Choice Freak
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

