Spaces:
Sleeping
Sleeping
File size: 1,831 Bytes
4796c3b 5f823e2 4796c3b 5f823e2 4796c3b 093c781 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 |
---
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.
|