WorkFlow AI is an AI-powered productivity assistant built with Streamlit. It combines several everyday productivity workflows into one interface and uses an AI model to generate useful text and summaries.
- βοΈ AI Email Writer
- ποΈ Meeting Summarizer
- β Smart Task Manager
- π¬ Customer Reply Assistant
- π Weekly Report Generator
- π Productivity dashboard
- Python
- Streamlit
- Groq API
- Llama 3.3 70B
- Pandas
- Plotly
The application reads the API key from Streamlit secrets.
Never commit API keys, credentials, or secret configuration files to GitHub.
git clone https://github.com/Engineer-Sarah/Workflow-Ai.git
cd Workflow-Ai
pip install -r requirements.txt
streamlit run app.pyConfigure the required GROQ_API_KEY in your Streamlit secrets before running AI features.
This project explores how Generative AI can be integrated into practical productivity workflows such as communication, meeting notes, task management, customer responses, and reporting.
Student project / learning project. The application can be extended with persistent data storage, authentication, and additional automation workflows.
Sarah Abrar
Undergraduate Software Engineering Student