This project that use AI to take note from an audio recorder. It is based on Streamlit and OpenAI API.
You can use Github Codespaces to run the project. It will automatically install the dependencies and run the project.
- Cliquer sur le bouton vert "Code"
- Sélectionner "Ouvrir avec Codespaces" ou le bouton plus à coté de
CodeSpaces
- Attendre que le projet soit prêt (ça peut prendre quelques minutes 🤐, ne pas hésiter à rafraichir la page au bout de 5 minutes)
- Forker le projet
- Installer les dépendances
- Backend
pip install -r requirements.txt
- Frontend
cd frontend
pnpm install
- Lancer le projet
- Backend
python3 -m streamlit run 'streamlit_app.py'
- Frontend
cd frontend
pnpm start