angular-gemini-nano is a blog editing application powered by Angular, Chrome's built-in AI (Gemini Nano), and TinyMCE for a rich text editing experience. This project combines AI-driven content generation and analysis with a user-friendly text editor, making blog writing more intuitive and efficient.
- Blog Creation: Write and format new blog posts with ease using the TinyMCE editor.
- AI-Powered Title Generation: Automatically generate catchy blog titles using Gemini Nano AI.
- Content Summarization: Summarize long blog posts in seconds with the help of AI.
- Sentiment Analysis: Analyze the emotional tone of your blog content.
- Readability Assessment: Evaluate the readability score of your writing.
- Content Rewriting: Rewrite blogs or specific sections for improved clarity or tone.
- Rich Text Editing: Leverage TinyMCE for powerful text formatting and content editing.
- Angular: Frontend framework used to build a responsive and dynamic UI.
- TinyMCE: Rich text editor for seamless content creation and formatting.
- Gemini Nano (Chrome AI): AI engine for content generation and analysis.
GeeminiNano.mp4
- Clone the repository:
git clone https://github.com/your-username/angular-gemini-nano.git
- Install dependencies:
npm install
- Run the application:
ng serve
- Open the app in your browser:
http://localhost:4200