CoolFace
Apppublic

dkedar7/embedchain-fastdash

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes
README.md35 linesDownload Raw Back to root
1---2title: Embedchain Fastdash3emoji: 👁4colorFrom: purple5colorTo: yellow6sdk: docker7pinned: false8license: mit9---10 11# Embedchain 🤝 Fast Dash12 13[![Open in colab](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/dkedar7/fast_dash/blob/docs/docs/Examples/03_chat_over_documents.ipynb)  <a href="https://deploy.cloud.run"><img src="https://deploy.cloud.run/button.svg" alt="Run on Google Cloud" width="125"></a>14 15Extract information from custom sources—web pages, YouTube videos, PDF files, and any chunk of custom text.16 17Input your sources and let GPT3.5 find answers. This app uses [Embedchain](embedchain.ai), which abstracts the entire process of loading and chunking datasets, creating embeddings, and storing them in a vector database. Embedchain itself uses Langchain and OpenAI's ChatGPT API.18 19Don't forget to check out [Embedchain](embedchain.ai) team's amazing work!20 21Fast Dash makes is easy to build any LLM-powered web app with just a few lines of code Here's how an Embedchain app built with Fast Dash looks:22 23![EmbedchainxFastDash](https://storage.googleapis.com/fast_dash/0.2.2/embedchainfastdash.png)24Demo hosted [here](https://chatdocs.dkedar.com/)25 26## Try it yourself27 28- Run the app in Google Colab: [![Open in colab](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/dkedar7/fast_dash/blob/docs/docs/Examples/03_chat_over_documents.ipynb)29- Deploy to your Google Cloud instance by clicking <a href="https://deploy.cloud.run"><img src="https://deploy.cloud.run/button.svg" alt="Run on Google Cloud" width="125"></a>30 31## About Fast Dash32 33Fast Dash is a Python module that makes the development of web applications fast and easy. It can build web interfaces for Machine Learning models or to showcase any proof of concept without the hassle of developing UI from scratch.34 35Check out Fast Dash at https://github.com/dkedar7/fast_dash.