Skip to content

Luca-Blight/Transcript_Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4cc6e72 · Sep 30, 2023

History

11 Commits
Jun 25, 2023
Jul 10, 2023
Jun 28, 2023
Jun 27, 2023
Jun 25, 2023
Sep 30, 2023

Repository files navigation

Sales Transcript Analyzer

Project Overview

How to run the project

  1. Clone the repo

Frontend

cd frontend && npm install && npm start

Afterwards, open http://localhost:3000 to view it in the browser.

Backend

cd backend/app && python main.py

Afterwards, open http://localhost:8000 to view it in the browser.