Skip to content

pranavdhawan/martin-scorcese

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Martin Scorsese AI

Chatbot that channels the voice, wit, and encyclopedic film knowledge of Martin Scorsese. Built on a RAG stack, it thinks like him (well, almost).

Stack

Vector Store – Pinecone

Scorsese’s interviews, essays, and scripts—embedded, indexed, and ready to rip. Fast similarity search. Index name: ‎scorcese-knowledge

Embeddings – Sentence Transformers

Model: ‎all-MiniLM-L6-v2. Turns text into dense little brain blobs. Light, fast, doesn’t need a GPU.

Language Model – Google Gemini Pro

Talks like Marty. Thinks like Marty. Doesn’t hallucinate (much). (Doesn't keep the thread going without losing the plot tho, lol)

API Layer – Flask

REST endpoints, CORS on, no drama. Just enough glue to keep the whole thing humming.

🔐 Environment Variables

PINECONE_API_KEY=your_pinecone_key
GEMINI_API_KEY=your_gemini_key

Martin Scorsese AI

About

RAG chatbot that reflects, digresses, and occasionally rants like a man who’s spent his life chasing truth through cinema.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors