v0.0.2 latest release #12
sujithatzackriya
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pre Release 0.0.2
A new release is available!
Please check out the release here.
What's New
.dmg
packageWhat would be next?
Known issues
How to Get Started
Frontend
Running from dmg
dmg.zip
filemeeting-minutes-frontend_0.1.0_aarch64.dmg
file inside the dmg foldermeeting-minutes-frontend.app
to Applications folderBackend
Download the source code
Source Code.zip
from hereGo to the
backend
directory:cd backend
Make sure you have install all the pre requsites before proceeding - ffmpeg, cmake, c++ compiler and Python versions between 3.10 and 3.12 are required
Add env file
echo -e "ANTHROPIC_API_KEY=your_api_key\nGROQ_API_KEY=your_api_key" | tee .env
Build dependencies by eunning
build_whisper.sh
Run the server with
clean_start_backend.sh
What's Changed
Full Changelog: v0.0.1.1...v0.0.2
This discussion was created from the release v0.0.2.
Beta Was this translation helpful? Give feedback.
All reactions