WordSnap Analyzer is an SEO-like tool/keyword extractor used to extract keywords from text pasted. It uses Open AI's completions Api to extract text from a paragraph. This project aims to learn and explore Open AI's API.
-
clone the repository https://github.com/PriyankaMaru28/WordSnap_Analyzer.git
-
run npm install
-
run npm run dev
- VITE_OPENAI_API_KEY (openAI API key)
- VITE_OPENAI_API_URL (openAI API URL)
- React.js
- Chakra UI
- OpenAI (chat completion API)
https://www.loom.com/share/8385b4f80ead474ca8263031462009e6
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh