Showcasing projects in machine learning, deep learning, and AI applications
Course: DSC 670 - Data Science Capstone
Date: Spring 2025
Author: Komal Shahid
Notely is a smart note template generation application that transforms plain text notes into professionally formatted templates. The application analyzes content and recommends the most appropriate template based on the text structure and keywords.
pip install -r requirements.txt
streamlit run src/notely_streamlit_app.py
src/: Contains the application source code
notely_streamlit_app.py: Main Streamlit applicationtemplate_manager.py: Template management utilitiesshowcase_templates.py: Template showcase examplesmilestones/: Project development documentation
milestone1/: Initial project proposalmilestone2/: Design and planningmilestone3/: Implementation and testingmilestone4/: Final presentation and deployment