Skip to content

velicanu/remember

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remember

Requirements

  • python3, < 3.9 (numpy currently broken on 3.9)
  • node
  • ffmpeg
  • google api set up for speech recognition
    • ex: ENV variable GOOGLE_APPLICATION_CREDENTIALS=/path/to/credentials.json
  • access to an Elasticsearch cluster
    • localhost or AWS

Installation

git clone this repo then inside it:

pip install -r requirements.txt
cd frontend
npm install
npm run build
cd ..
streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published