MCPcopy Index your code
hub / github.com/Seven-Four-Digital/influencer-content-chatbot-creator

github.com/Seven-Four-Digital/influencer-content-chatbot-creator @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
207 symbols 569 edges 16 files 181 documented · 87% updated 13mo ago★ 52
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Influencer Content Chatbot Creator

A sophisticated standalone AI-powered chatbot application designed for adult content creators. This software provides powerful content generation capabilities using uncensored language models, specifically designed for platforms like Fanvue, OnlyFans, and other adult content platforms.

🌟 Features

  • Multiple Uncensored Models: Support for Luna-AI-Llama2, WizardLM-13B, and Wizard-Vicuna-30B
  • Specialized Templates: Pre-built prompt templates for various adult content scenarios
  • Image Analysis: Upload and analyze images for content inspiration
  • Conversation Management: Save and manage conversation history
  • Standalone Application: No need for external dependencies or complex setups
  • Real-time Generation: Interactive content generation with progress tracking
  • Easy Updates: Simple one-click update system

📋 Requirements

  • Windows 10/11 (64-bit)
  • Python 3.8+ (automatically installed if not present)
  • Internet connection for initial setup and model downloads
  • At least 8GB RAM recommended
  • 10GB+ free disk space for models

🚀 Installation

Method 1: Git Clone (Recommended)

  1. Clone the Repository: bash git clone https://github.com/Valorking6/fanvue-content-chatbot.git cd fanvue-content-chatbot

  2. Run Installation:

  3. Double-click install.bat to automatically set up the environment and dependencies
  4. Wait for the installation to complete (this may take several minutes)

  5. Start the Application:

  6. Double-click run.bat to launch the chatbot
  7. The application will open in your default web browser at http://localhost:7861

Method 2: Download ZIP

  1. Download: Click the green "Code" button above and select "Download ZIP"
  2. Extract: Extract the ZIP file to your desired location
  3. Install: Double-click install.bat in the extracted folder
  4. Run: Double-click run.bat to start the application

🔄 Updating

To update to the latest version: - Double-click update.bat to automatically pull the latest changes and update dependencies - Restart the application with run.bat

🎯 Usage

  1. Launch the Application: Run run.bat and wait for the web interface to open

  2. Load a Model:

  3. Select a model from the dropdown
  4. Click "Load Model" and wait for it to download/load (first time only)

  5. Generate Content:

  6. Choose a prompt template or use custom prompt
  7. Adjust temperature and max tokens as needed
  8. Click "Generate Content"

  9. Analyze Images:

  10. Upload an image in the Image Analysis section
  11. Click "Analyze Image" for content suggestions

  12. Manage Conversations:

  13. View conversation history
  14. Save conversations to files
  15. Clear history when needed

🎨 Prompt Templates

The application includes specialized templates for:

  • Seductive Photo: Artistic photo shoot descriptions
  • Intimate Story: Short story scenarios
  • Fantasy Roleplay: Character and setting development
  • Sensual Description: Atmospheric scene creation
  • Content Caption: Engaging social media captions
  • Custom Prompt: Your own creative prompts

⚙️ Configuration

Model Settings

  • Temperature: Controls creativity (0.1-2.0)
  • Max Tokens: Response length (50-1000)
  • Context Length: Varies by model

Available Models

  • Luna-AI-Llama2-Uncensored: Best for creative content
  • WizardLM-13B-V1.2-Uncensored: Great for detailed scenarios
  • Wizard-Vicuna-30B-Uncensored: Most powerful for complex content

🔧 Technical Details

Application Structure

fanvue-content-chatbot/
├── install.bat                # Installation script
├── run.bat                    # Application launcher
├── update.bat                 # Update script
├── main.py                    # Main application file
├── image_analyzer.py          # Image analysis utilities
├── requirements.txt           # Python dependencies
├── models/                    # Downloaded models directory
├── conversations/             # Saved conversations
└── logs/                      # Application logs

Batch Files

  • install.bat: Sets up Python environment and installs all dependencies
  • run.bat: Launches the chatbot application
  • update.bat: Updates the application using git pull and refreshes dependencies

🛠️ Development

Adding New Models

Edit the model_configs dictionary in main.py:

"Your-Model-Name": {
    "repo_id": "huggingface/repo",
    "filename": "model.gguf",
    "description": "Model description",
    "context_length": 4096,
    "temperature": 0.7
}

Adding New Templates

Edit the prompt_templates dictionary:

"Template Name": "Template description and instructions..."

📝 Logging

The application creates detailed logs in: - logs/application.log: Application logs - conversations/: Saved conversations - install_log.txt: Installation log - update_log.txt: Update log

🔒 Privacy & Security

  • All processing happens locally on your computer
  • No data sent to external servers (except model downloads)
  • Conversation history stored locally
  • Models cached locally after first download
  • No telemetry or data collection

🐛 Troubleshooting

Common Issues

  1. Installation Fails:
  2. Run install.bat as Administrator
  3. Check internet connection
  4. Ensure sufficient disk space

  5. Application Won't Start:

  6. Check if Python is installed correctly
  7. Run install.bat again
  8. Check logs/application.log for errors

  9. Model Loading Fails:

  10. Check internet connection for first download
  11. Ensure sufficient disk space
  12. Try a different model

  13. Generation Errors:

  14. Ensure model is loaded first
  15. Check prompt length
  16. Verify temperature/token settings

Getting Help

  • Check the application logs in the logs/ folder
  • Review the installation log (install_log.txt)
  • Ensure all dependencies are installed
  • Try running install.bat again

📄 License

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

🤝 Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Test thoroughly
  5. Submit a pull request

📞 Support

For support and questions: - Open an issue on GitHub - Check the documentation - Review the troubleshooting section


Note: This software is designed for adult content creation. Please ensure compliance with your local laws and platform guidelines when using this tool.

System Requirements: Windows 10/11, 8GB+ RAM, 10GB+ free space, internet connection for setup.

Core symbols most depended-on inside this repo

analyze_prompt_comprehensive
called by 18
prompt_analyzer.py
analyze
called by 6
api_wrapper.py
generate_optimal_parameters
called by 5
prompt_analyzer.py
save_library
called by 4
prompt_utils.py
analyze_prompt_complexity
called by 4
sd_forge_utils.py
_format_analysis_result
called by 3
api_wrapper.py
get_optimal_parameters
called by 2
api_wrapper.py
quick_analyze
called by 2
api_wrapper.py

Shape

Method 147
Function 34
Class 26

Languages

Python100%

Modules by API surface

test_prompt_analyzer.py28 symbols
prompt_utils.py26 symbols
prompt_analyzer.py25 symbols
scripts/fanvue_chatbot.py22 symbols
gpu_utils.py20 symbols
api_wrapper.py19 symbols
main.py16 symbols
image_analyzer.py13 symbols
sd_forge_utils.py9 symbols
vision/analyze.py8 symbols
vision/generate_video.py7 symbols
setup.py5 symbols

For agents

$ claude mcp add influencer-content-chatbot-creator \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact