Skip to content

TaseskiCS/Emoz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 41.1%
  • Python 23.2%
  • C++ 16.7%
  • CMake 13.4%
  • Ruby 1.9%
  • Swift 1.3%
  • Other 2.4%