-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Epic 2.13 Notes Generator #129
Comments
I found this project interesting and I have started working on it. Feel free to reach out for collaboration, questions or comments. |
@AaronSosaRamos Thank you! |
@Haryohmi do you want to work together? |
@Haryohmi I just onboarded a few days ago and found this under good first issues; I have almost no .py experience (almost all Java), so if you want to, we could work on this together, and I think it would be a great learning/collab opportunity! |
Oh greet! It's nice to have you on here. Sure we can collab and work together on it. Though, I've started working on it, nonetheless, it'll be a great opportunity to collaborate. |
@Haryohmi I also onboarded and got only java experience, would love to collaborate since its the good first issue. |
Hey @SehajpSingh, I also have foundations about Java and I transitioned to Python. If you want, I can give you more guidance on that. |
It's nice to know you have experience in Java. Nonetheless, I'm happy to collaborate with you for learning and development. |
@Haryohmi I just onboarded a few days ago and got python experience, would love to collaborate since its the good first issue. |
@HSN51 You're most welcome, I am happy to collaborate and work with you. The you started anything yet? |
@Haryohmi No, I haven't started yet. |
@HSN51 That's alright. Feel free to reach out to me anytime. |
@Haryohmi My first experience contributing to open source projects |
@Haryohmi Thanks |
Hey @HSN51, we are happy to have you here. I am the AI Lab Manager, so you can seek for more guidance or info. whenever you want 💯 |
Hi @AaronSosaRamos, I onboarded last week, wanted to get started with the tasks here, is this feature completed, can we connect to get more idea about the tasks here? |
Hi @AaronSosaRamos, I joined last week. If this work is still in progress can we connect? |
Hi @Haryohmi , I joined the last week, and am looking for some guidance to start the work around here. If possible can we connect and I can collaborate with you, if you are working on this task? |
Hi @AaronSosaRamos, I’m also interested in working on this issue and looking for some guidance. |
Hi @Haryohmi, I have some experience with Python and would like the opportunity to connect and collaborate with you. |
Ok time to do this end. Anyone with this thing already built? |
Hello everyone, Please free to reach out to me or @AaronSosaRamos for any direct conversation, support or help regarding this project. You can check the progress of the project in my repo, branch name is "note-generator-app" |
Hi, Reaching out as I would like to work on this issue as well. |
@AaronSosaRamos @Haryohmi |
Hello, I also would like to contribute and be a part of this project to help and learn more about Gen AI. I have experience with Python and Github projects but its my first time doing open source and pulling requests etc. so I would like to get some guidance abt the process, which part to contribute etc. as well. Thanks. |
Develop Notes Generator Tool
Description
As an educator, I want to generate concise, structured notes from various types of input so that I can save time and provide students with clear, summarized learning materials. This tool will help streamline the process of breaking down lengthy content into actionable and digestible notes.
The tool should allow users to:
Design
Acceptance Criteria
Feature Requirements
Input Handling
Notes Generation Logic
Output Format
Technical Implementation
Folder Structure
app/features/
namednotes_generator
.Core Development
executor
function incore.py
with input parameters matching the tool's functionality, including type hints.tools.py
for abstractions and helper functions to keepcore.py
clean and maintainable.metadata.json
file defining the input parameters for proper validation.prompt/
folder for AI-driven generation prompts if necessary.Unit Tests
core.py
andtools.py
using PyTest.Code Quality and Documentation
Integration and Testing
executor
function is compatible with therouter.py
layer for request handling.Sample Input and Output
Input
Content:
"Photosynthesis is a process used by plants to convert sunlight into energy. It involves the use of carbon dioxide and water to produce glucose and oxygen."
Focus:
Output
Generated Notes:
Resources
Please ensure that each of these criteria is fulfilled for the issue to be considered complete.
The text was updated successfully, but these errors were encountered: