- Analysis on each contact
- Data visualization, chat trends, statistics, etc
- High frequency words
- Chat search
- Clone the repository or download zip
- Install docker and docker-compose
- Build the image in the root directory of the project
docker-compose up --build
- Open the browser and visit
http://localhost:3000
- To stop the service, press
Ctrl+C
- Run
docker-compose up
to restart the service
Frontend:
git clone https://github.com/xyspg/TeleTrends.git
cd TeleTrends
curl -fsSL https://bun.sh/install | bash
bun install
bun dev
Backend:
cd api
pip install -r requirements.txt
uvicorn index:app --reload