Tafadzwa Chingombe
 · CEO at iContact Africa Solutions

Custom Action Code

Custom Code

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.

What have you tried so far?

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.

Did you check FlutterFlow's Documentation for this topic?
Yes