--- 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: ```bash git clone https://github.com/ankk13/TalkToAnkushAI.git ``` 2. Install dependencies: ```bash pip install -r requirements.txt ``` 3. 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 ``` 4. Run the application: ```bash 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.