dojo gen ai
1.0.0
This project that uses 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.
CodeSpaces
pip install -r requirements.txt
cd frontend
pnpm install
python3 -m streamlit run ' streamlit_app.py '
cd frontend
pnpm start