Komal Shahid - Data Science Portfolio

Logo

Showcasing projects in machine learning, deep learning, and AI applications

View the Project on GitHub UKOMAL/Komal-Shahid-DS-Portfolio

Notely - Smart Note Templates

Course: DSC 670 - Data Science Capstone
Date: Spring 2025
Author: Komal Shahid

Project Overview

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.

Features

Running the Application

  1. Install the required dependencies:
    pip install -r requirements.txt
    
  2. Run the Streamlit app:
    streamlit run src/notely_streamlit_app.py
    

Project Structure

Technologies Used