--- title: Star-Wars-Expert colorFrom: yellow colorTo: blue sdk: gradio app_file: app.py pinned: false license: mit --- # Star-Wars-Expert A LLM with RAG making it knowledgeable about Star Wars lore (built with LangChain, GPT-3.5 and Gradio). Chat with it [on its Huggingface space](https://huggingface.co/spaces/T-Flet/Star-Wars-Expert) (or clone the repo and `python app.py`). ## Data * Scripts obtained from [The Internet Movie Script Database (IMSDb)](https://imsdb.com/) * More data from direct search on [Wookieepeedia](https://starwars.fandom.com/wiki/Main_Page) Other datasets to possibly include: * Character data from [Kaggle](https://www.kaggle.com/datasets/jsphyg/star-wars) * Character social network from [Kaggle](https://www.kaggle.com/datasets/ruchi798/star-wars)