Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
6.6.0
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
- Clone the repository:
git clone https://github.com/ankk13/TalkToAnkushAI.git
- Install dependencies:
pip install -r requirements.txt
- Create a
.envfile with the following variables:
DEEPSEEK_API_KEY=your_api_key_here
PUSHOVER_TOKEN=your_token_here
PUSHOVER_USER=your_user_here
- Run the application:
python app.py
Usage
- Open your web browser and navigate to
http://localhost:7860 - Start chatting with Ankush about professional topics, projects, or any questions you have
- The AI will respond based on Ankush's personal summary and professional context
- 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.