Notetaking Software is an innovative application designed to enhance productivity and information management. Utilizing a robust Flask backend and a sleek Swift frontend, this app transcribes uploaded audio recordings using OpenAI's Whisper model and then summarizes them using Phi3 with Ollama, making it an ideal tool for students, professionals, and anyone in need of efficient note-taking.
Current Phase: Work in Progress
This project is currently under active development. The Flask backend efficiently handles requests and processes data, but there are plans to transition the backend from Flask to a fully integrated Swift implementation. This change aims to streamline operations and enhance performance.
- Audio Transcription: Automatically transcribes audio files into text using the powerful Whisper model.
- Text Summarization: Summarizes transcriptions into concise notes using Phi3, implemented via Ollama, providing quick insights and saving time.
- User-Friendly Interface: A clean and intuitive interface built with Swift, ensuring ease of use across iOS devices.
- Backend: Flask
- Frontend: Swift
- Transcription: OpenAI Whisper
- Summarization: Phi3 with Ollama