I am trying to make a career recommendation system for students based on their academic performance, interests, and skills. I have managed to create my code, and my Xano Database. I am now struggling with how I can connect my code to FlutterFlow, and also that code accessing my database in Xano through Xano's API.
Custom Action Code
Custom Code
I generated Naives Bayes machine learning code that i can use as custom code in flutterflow. I also included some python code that calculates the cosine similarity between the feature vectors of student data and the career path data using the TfidfVectorizer and cosine_similarity functions. The code is supposed to extract information it needs from a database in Xano API.
Yes