The Lightning ⚡️ AI Style Guide Assistant is a specialized adaptation of the Lightning Chatbot, designed to assist in maintaining consistency and accuracy in style guides. Leveraging Groq LPUs, it provides real-time style and grammar recommendations, making it an essential tool for editors and writers. This AI-powered assistant enhances productivity by automating the enforcement of writing standards and style consistency.
- ⚡ Real-time style and grammar recommendations powered by Groq LPUs.
- 📘 Supports custom style guide integration for personalized recommendations.
- 💬 Interactive editing experience with instant feedback.
- 🌐 Deploy easily using the Streamlit web framework.
-
Clone the repository:
git clone https://github.com/MaxMLang/lightningAI-styleguide-assistant.git -
Navigate to the project directory:
cd lightningAI-styleguide-assistant -
Install the required dependencies:
pip install -r requirements.txt -
Configure the Groq API key:
- Create a
.envfile in the project directory. - Add the following line, replacing
your_api_keywith your actual Groq API key:GROQ_API_KEY=your_api_key
- Create a
-
Launch the assistant:
streamlit run app.py -
Open the provided URL in your browser to access the AI Style Guide Assistant interface.
- Select your custom style guide settings from the sidebar.
- Type a block of text into the input field and submit.
- Receive style and grammar recommendations based on your settings.
- Apply or dismiss suggestions and see the edits in real-time.
- Continue refining your text with further input and revisions.
This project is licensed under the MIT License.
