FilmyCode
We made an app to search movies. We have used cohere and pinecone. Pinecone is being used for vector database and cohere is for embeddings. Our app gets movies based on user inputted query. So if a user search "Alien invasion movie", the app outputs "Edge of tomorrow, etc". It is mostly google like search but for movies and also we are using NLP (cohere-large) model.