Skip to content

πŸ’¬ An AI-powered consultancy platform using Twilio for seamless client-consultant communication.

License

Notifications You must be signed in to change notification settings

Jerryblessed/light-talk

Repository files navigation

πŸš€ Live Demo

Light Talk

Light Talk is a smart, AI-powered consultancy platform designed to revolutionize the way clients connect with expert consultants. By leveraging Twilio’s robust messaging and calling APIs along with cutting-edge AI, Light Talk enables seamless communication via SMS, voice calls, and WhatsApp. The platform even features an interactive live avatar that simulates the expert's persona for a more engaging and personalized experience.


Inspiration

In today’s fast-paced world, getting timely access to expert advice is more critical than ever. Traditional communication methods like emails and scheduled calls often result in delays and missed opportunities. Research indicates that businesses utilizing mobile messaging (e.g., SMS) experience up to a 45% faster response time compared to email (SAS Insights). Inspired by this, we set out to create a platform that makes expert consultancy both fast and accessibleβ€”regardless of physical location.


What It Does

  • Instant Communication:
    Communicate instantly via:

    • SMS: Enjoy rapid responses (up to 45% faster than email).
    • Voice Calls: Have real-time, engaging conversations.
    • WhatsApp: Tap into a channel with over 2 billion users worldwide (Statista).
  • Live Avatar Interaction:
    Experience a human-like avatar that simulates expert interactions, making consultations feel more personal and engaging.

  • Flexible Pricing Plans:

    • Free Version: 3 minutes of consultation.
    • Gold Plan: 20 minutes daily for $30/month.
    • Diamond Plan: 1 hour daily for $85/month.
  • Verified Experts:
    We rigorously verify all consultants, ensuring that only qualified professionals are available for advice.

  • Seamless UI/UX:
    A clean, intuitive interface makes it easy for clients to reach out and receive timely guidance.

  • SaaS Model for Consultants:
    Consultants can also subscribe to our platform to offer their expertise, enabling them to connect with clients efficiently while generating recurring revenue.


Light Talk Architecture

How We Built It

  • Backend:

    • Built using Python and Flask for a lightweight, scalable server.
    • Integrated with Twilio’s APIs to handle SMS, voice, and WhatsApp communication.
  • Frontend:

    • Developed with Bootstrap for responsive and modern design.
    • Simple, intuitive UI/UX ensuring an effortless user experience.
  • Security & Configuration:

    • Sensitive credentials are managed via a .env file using python-dotenv for secure environment variable management.
    • Dependencies include itsdangerous, flask>=0.9, six, twilio>=6.0.0, and python-dotenv.
  • Scalability:
    Designed as a SaaS, Light Talk is ready to grow with your businessβ€”from individual consultants to larger consultancy firms.


Installation

Prerequisites

  • Python 3.x
  • pip
  • A Twilio account with valid credentials

Dependencies

The project depends on:

itsdangerous
flask>=0.9
six
twilio>=6.0.0
python-dotenv

Install dependencies via:

pip install -r requirements.txt

Setup

Clone the Repository:

git clone https://github.com/yourusername/light-talk.git
cd light-talk

Create a .env File:

In the root directory, create a .env file with the following contents (replace placeholder values with your actual keys):

TWILIO_ACCOUNT_SID=YOUR_TWILIO_ACCOUNT_SID
TWILIO_AUTH_TOKEN=YOUR_TWILIO_AUTH_TOKEN
TWILIO_FROM=YOUR_TWILIO_PHONE_NUMBER
TWILIO_CONVERSATION_ID=YOUR_TWILIO_CONVERSATION_ID
SECRET_KEY=YOUR_SECRET_KEY
AZURE_SPEECH_API_KEY=YOUR_AZURE_SPEECH_API_KEY
AZURE_OPENAI_ENDPOINT=YOUR_AZURE_OPENAI_ENDPOINT
AZURE_OPENAI_API_KEY=YOUR_AZURE_OPENAI_API_KEY
STT_LOCALES=en-US,de-DE,es-ES,fr-FR,it-IT,ja-JP,ko-KR,zh-CN
TTS_VOICE=en-GB-RyanNeural

Run the Application:

python app.py

The application will start on http://127.0.0.1:5000/.


Project Structure

light-talk/
β”œβ”€β”€ example.py              # Main Flask application
β”œβ”€β”€ requirements.txt    # List of Python dependencies
β”œβ”€β”€ .env                # Environment variables (not tracked in version control)
β”œβ”€β”€ templates/          # HTML templates
β”‚   └── example.html    # Main interface for consultancy communication
β”‚   └── chat.html       # Main interface for avatar consultancy communication
β”œβ”€β”€ static/             # Static assets (CSS, JS, images)
β”‚   β”œβ”€β”€ css/
β”‚   β”‚   └── styles.css
β”‚   └── js/
β”‚       └── chat.js
└── README.md           # This file

Contributing

We welcome contributions from the community! If you’d like to enhance Light Talk or fix a bug, please fork the repository and submit a pull request. For major changes, open an issue first to discuss what you’d like to modify.


License

This project is licensed under the MIT License.


Contact

For questions or feedback, please contact Your Name.


Flask-Twilio

Make Twilio voice/SMS calls with Flask

Build Status
Doc Status

About

πŸ’¬ An AI-powered consultancy platform using Twilio for seamless client-consultant communication.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published