Welcome to the Cornell Fintech Club AI Earnings Call Tool! This tool is built using React typescript for our frontend and Flask to maintain our backend.
To get started with this project, follow these steps:
- Clone the Repository: Start by cloning this repository to your local machine using Git.
git clone <repository-url>
- Navigate to the Project Directory: Change your current directory to the project folder.
cd AI-Earnings-Call
- Activating the React frontend.
npm start
- Activating the Flask backend (in a separate terminal).
cd backend
python3 server.py
The project is structured as follows:
src/
: This directory contains the frontend code for the application.backend/
: This directory contains the backend code for the application.
- Matches user-inputted stock ticker with current price movements and general industry information.
- Following a successful stock input and mp3 upload, the transcribe button will analyze and output the audio's transcript.
- Welcome Screen greets user with a username and password input to be authenticated, access features, and store prior transcriptions.
- Summarizes the primary takeaways from the transcript in the context of the provided stock.
- TPM/PMs: Jun, Maggie, Sydney, Jake
- BAs: Mohammed
- SWEs: Amelia, Salena, Danna, Andrew, Ethan, Aliou
Thank you for using the Cornell Fintech Club AI Earnings Call Summarizer Tool!