Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.26 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.26 KB

WhisperJournal Project

Description

  • A diary/journal proof of concept application that utilises a variety of AI APIs to provide personalised feedback, recommendations and mood/sentiment analysis.
  • The app aims to encourage keeping a diary by making it easy to convert voice to text, refer to historical entries and provide suggested improvements to your day to day atomic habits.
  • Uses cutting edge language learning models, AI and technologies to enhance an age old but proven activity!

Screenshots

image

Installation

cd frontend npm install npm start

Tech

  • React Native
  • Expo
  • Firebase
  • OpenAI
  • WhisperAI
  • Express
  • Node.js
  • MongoDB Atlas

Project Stucture

Frontend

  • Logic: files containing logic based functions
  • UI: all react-native components must be in here for css purposes
  • API: any functions that communicate with external tools/backend

Backend

Created By