TalkToAnkushAI / README.md
Ankush K
Added the chatbot summary
093c781

A newer version of the Gradio SDK is available: 6.6.0

Upgrade
metadata
title: TalkToAnkushAI
emoji: πŸ’¬
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 5.0.1
app_file: app.py
pinned: false
license: apache-2.0
short_description: Get acquainted and connect with me professionally via Bot

TalkToAnkushAI

A conversational AI interface that allows you to interact with Ankush Khobragade (ankk13) in a natural and engaging way. This project leverages advanced AI models to provide a personalized and professional conversation experience.

Features

  • πŸ€– Chat with Ankush using a sophisticated AI model
  • πŸ“ Record user details and conversations for future reference
  • πŸ“± Push notifications for important interactions
  • 🎯 Professional and personalized responses
  • πŸ“š Customized knowledge base integration

Setup

  1. Clone the repository:
git clone https://github.com/ankk13/TalkToAnkushAI.git
  1. Install dependencies:
pip install -r requirements.txt
  1. Create a .env file with the following variables:
DEEPSEEK_API_KEY=your_api_key_here
PUSHOVER_TOKEN=your_token_here
PUSHOVER_USER=your_user_here
  1. Run the application:
python app.py

Usage

  1. Open your web browser and navigate to http://localhost:7860
  2. Start chatting with Ankush about professional topics, projects, or any questions you have
  3. The AI will respond based on Ankush's personal summary and professional context
  4. Important conversations and user details are automatically recorded

Technical Details

  • Built with Gradio for the chat interface
  • Uses DeepSeek's AI model for natural language processing
  • Implements push notifications via Pushover
  • Custom knowledge base integration
  • REST API endpoints for user interaction recording

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.