Overview
The Syllout_App Content Generator tool is an open-source Flutter application designed to help educators create educational content efficiently using AI(local and api). This app leverages API-based model inference to process user inputs and generate comprehensive course content. It features a clean and intuitive user interface
Features
- Text Input Field: Allows educators to input the topic or requirements for the course content.
- Submit Button: Sends the input to an API for processing.
- Output Display: Shows the generated course content or other relevant output from the API.
- API Integration: Utilizes trained/fine tuned google gemini api .
- local gemma 2b Integration:(comming soon)
- Asynchronous Operations: Handles asynchronous API calls with proper error handling and user feedback.
- Real-time Processing: Provides immediate feedback to users after input submission.
- Clean and Simple UI: Designed for ease of use with a minimalist and responsive interface.
- Error Handling: Displays informative error messages for any issues encountered during processing.
- Text to PDF Converts text to pdf format and can be downloaded(need to be added)
Future Enhancements
- Advanced AI Features: Incorporate more advanced NLP features such as summarization, question answering, etc.
- Backend Integration: Integration with backend services for more complex workflows and data storage.