Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.42 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.42 KB

Overview ✨

Flutter  Python Django HiveDB

● Emotion-analyzing journal mobile app with Speech-To-Text analysis using BERT ML model to analyze journal entry emotion

● Highly graphical and chart-heavy dashboard representing time and date based analysis of journal entries using Flutter/Dart

● Cohesive backend RESTful API built in Python with Django providing CRUD operations tied to a non-relational HIVE database

● Utilizes OpenAI’s Whisper/ChatGPT for calculating the emotion id which is send to frontend

Presentation

Development 💻

Requirements

API Server Setup

  1. Install requirements
cd api
pip install -r requirements.txt
  1. Create .env file in the /api directory and place the necessary secrets in it (can be found in Notion).

Run Django Server

python manage.py runserver

Run Background Tasks

python manage.py process_tasks