Skip to content

Made using Flutter and JinaAI. Neural Search Engine to recommend movies from a query.

Notifications You must be signed in to change notification settings

achintya-7/Movie_Recommender_Flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend

Made with flutter for mobile devices type screen

Backend

Made with python using Jina AI

Referencing https://github.com/jina-ai/good-first-issues/issues/15

How to install

cd into Movie_Recommender_Flutter

cd into Python_Code/ and install all the required packages from requirements.txt. Use the command pip install -r requirements.txt run app.py as python app.py

cd into Flutter_Code/ and you can go through either the dart implementation or the flutter implementation.

Note: You might need to chnage the Url link according to the app.py output.

  1. You can cd into Flutter_Code/api_test/bin/ and run dart api_test.dart. This will print the movie title according to the query provided. This same function is used in the app as well.

  2. You can cd into Flutter_Code/movie_recommender/lib/ and build the project to form an android app. This will form an app with a full UI with a search bar and ListView to display the data

Demo

1_pxDC0PHvCHDEZMes4XRLCw

Blog

Check out the blog about this blog as well to get a better understanding of this project. https://medium.com/p/933ebe118c30

About

Made using Flutter and JinaAI. Neural Search Engine to recommend movies from a query.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published