Auto Complete GPT Demo Link
This project is based on React Query, Zustand, Hugging Face Model APIs, Chakra UI, Data Caching, State management in React, and TypeScript.
Auto Complete GPT is a web application that leverages the power of the HuggingFace OpenAssistant model to provide autocomplete suggestions for text inputs. It uses React Query for data fetching and caching, Zustand for state management, Hugging Face Model APIs to interact with the GPT-3.5 model, and Chakra UI for the user interface.
- React Query
- Zustand
- Hugging Face Model APIs
- Chakra UI
- Data Caching
- State management in React
- TypeScript
Make sure you have the following installed:
- Node.js (version 14 or above)
- npm (version 6 or above)
- Clone the repository.
git clone https://github.com/gpalve/auto-complete-gpt.git
- Get into directory.
cd auto-complete-gpt
- Install Dependancy.
npm install
- Run Server
npm run dev