SeoGPT, an AI model specifically designed for search engine optimization (SEO).
-
Input Query: The user provides a query or a piece of text related to their SEO needs.
-
Topic Generation: SeoGPT processes the input query and generates a topic based on the provided information. This topic serves as a foundation for further analysis and suggestion generation.
-
Keyword Extraction: Once the topic is generated, an API is called to get keywords and their search volume, CPC and paid competition.
-
Suggestion Generation: Using the extracted keywords, SeoGPT generates suggestions based on the provided text or query.
-
Output Presentation: a list of recommended keywords.
seo-gpt.mov
- git
- You'll know you did it right if you can run
git --version
and you see a response likegit version x.x.x
- You'll know you did it right if you can run
- python
- You'll know you've installed python right if you can run:
python --version
and get an ouput like:vx.x.x
- You'll know you've installed python right if you can run:
- node
- You'll know you've installed noe right if you can run:
node --version
And get an output like:x.x.x
- You'll know you've installed noe right if you can run:
- Clone this repo:
git clone https://github.com/shivam017arora/SeoGPT.git
cd SeoGPT && cd backend
- Install dependencies
pip install .
- Start Flask server
python serv.py
- Install the Next.JS dependencies
yarn install / npm install
then run the Next.js app
yarn start / npm start
See the open issues for a full list of proposed features (and known issues).
We love contributors! Feel free to contribute to this project but please read the Contributing Guidelines before opening an issue or PR so you understand the branching strategy and local development environment.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Shivam Arora - @Shivam017arora
SeoGPT is open-sourced software licensed under the © MIT.