Skip to content

tharikashree/Astra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

The Cognitive Digital Twin project leverages AI to act as a personal assistant capable of understanding user intent, scheduling Google Meet meetings, and drafting professional emails automatically. By integrating natural language processing and intelligent decision-making, the system helps optimize productivity, reduce manual effort, and streamline daily communication tasks.

Main Features:

Automated Meeting Scheduling: AI can understand user preferences and schedule Google Meet meetings seamlessly.

Email Drafting & Sending: Generates professional emails based on context and can send them automatically or draft for review.

Natural Language Understanding: Interprets user commands in plain English to perform tasks efficiently.

Calendar Integration: Syncs with Google Calendar to avoid conflicts and manage schedules intelligently.

Task Prioritization & Reminders: Helps prioritize tasks and sends reminders for meetings or important deadlines.

Context-Aware Assistance: Learns from past interactions to provide personalized suggestions and responses.

Time Optimization: Reduces manual effort and saves time by automating routine administrative tasks.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Conversational Google Calendar Booking Bot

This is an AI-powered calendar booking assistant using FastAPI, LangGraph, Streamlit, and Gemini API.

Features

  • Conversational chat interface via Streamlit
  • Google Calendar integration using a service account
  • Check free/busy slots and create bookings

Setup

  1. Create a service account in Google Cloud Console.
  2. Share your Google Calendar with the service account.
  3. Put the JSON file service_account.json.
  4. Add your .env file with GEMINI key and Calendar ID.

Run Locally

cd backend
uvicorn main:app --reload
cd frontend
streamlit run app.py

Example .env

GEMINI_API_KEY=your_gemini_key_here
CALENDAR_ID=your_calendar_id@gmail.com

About

Cognitive Digital Twin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •