This is the SEO metatdata generator which tooks content of your page and produce SEO friendly metadata and description for your website.
It uses an LLM model called facebook/bart-large-cnn to generate SEO metadata. This application gives you the ability to upload content of any website, which will send it through this LLM Model using a Next.js API route, and return your generated metadata for website. The LLM Model is hosted on HuggingFace.
git clone https://github.com/Arvind644/smartMeta
- Go to HuggingFace to make an account.
- Click on settings in left navbar, and click on "API Tokens".
- Here you can find your API token. Copy it.
Create a file in root directory of project with .env.local
. And store your API key in it, as shown in the .example.env file.
npm install
Then, run the application in the command line and it will be available at http://localhost:3000
.
npm run dev
This repo is MIT licensed.