# ProComm Welcome to ProComm (stands for Professional Communication). It's a cool web app which anyone can use to improve their speech or public speaking skills! If you want to test it, access it through the "try it out!" button on the navbar, if you're a regular user you might want to sign up/login as you can then have a record of some of your past speeches (limited storage only though) ## Features 1. Transcription 2. Speech analysis (includes speech rate, emotional tone, etc.) 3. Ability to view your past recordings (not saving statistics at the moment due to storage limitations) ## Tech Stack Used! Front End: React.js + Chakra UI Back End: Flask (Python) Storage: LocalStorage/MongoDB (depending on your storage preference) ## Client Usage If you want to test or use my app, check out my website (alricfv.github.io/ProCommReact/) ## Dev Usage If you want to locally host my app or make a few changes for yourself, feel free to clone my project, run npm install and then npm start on your terminal As for the python backend, just run python server.py on your terminal .Currently, I've tried and tested python3.8 and python3.9. Can't guarantee stability for other versions Use your own DB though, i can't give you access to mine. ## Ending Statements Thanks for reading this, PRs are welcome!