Skip to content

mightyshibbu/AdVise-AI-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌟 AI Model Integrated Django Web App

Welcome to the AI Model Integrated Django Web App! πŸš€ This project is a cutting-edge web application built using the Django framework πŸ¦„ and powered by an advanced AI model πŸ€– to provide seamless relevant Ads predictions and user interactions.


πŸ“œ Overview

This web app integrates:

  • 🧠 AI Model: A pre-trained model fine-tuned for generating predictions based on user inputs.
  • πŸ–₯️ Django: A powerful and secure web framework to serve the app efficiently.
  • 🌐 Interactive UI: A dynamic front end designed for simplicity and user engagement.

πŸ“‚ Features

🎯 Core Functionalities:

  1. AI-Powered Predictions:

    • Generate personalized insights based on user preferences.
    • Model supports various categories like demographics, interests, and behaviors.
  2. User-Friendly Interface:

    • πŸ–ŒοΈ A clean and modern design.
    • Responsive layouts for desktop and mobile devices.
  3. Customizable:

    • Easily update or replace the integrated AI model.
    • Modular codebase for extending features.

βš™οΈ How It Works

  1. Users input their data through the web interface. ✍️
  2. The data is processed and passed to the AI model. πŸ› οΈ
  3. The model predicts relevant tags and returns insights to the user. πŸ”

πŸ› οΈ Setup Instructions

πŸ”§ Prerequisites

  • Python (>= 3.8) 🐍
  • Django (>= 4.0) 🌐
  • Git

πŸš€ Installation

  1. Clone the Repository:

    git clone https://github.com/yourusername/ai-model-django-app.git
    cd ai-model-django-app
  2. Install Dependencies:

    pip install -r requirements.txt
  3. Migrate Database:

    python manage.py migrate
  4. Run the Server:

    python manage.py runserver
  5. Access the app at http://127.0.0.1:8000. 🌐


πŸ“ Project Structure

.
β”œβ”€β”€ gpt2-finetuned/       # AI model files (excluded from Git)
β”œβ”€β”€ app/                  # Django app containing views, models, and templates
β”œβ”€β”€ static/               # Static files (CSS, JS, Images)
β”œβ”€β”€ templates/            # HTML templates
β”œβ”€β”€ manage.py             # Django management script
β”œβ”€β”€ requirements.txt      # Dependencies
└── README.md             # Documentation

πŸ€– AI Model Details

  • Model Name: GPT-2 Fine-Tuned 🧠
  • Purpose: Predict tags and generate insights based on user data.
  • Integration: The model is loaded and served through Django views.

πŸ“ Usage

  1. Navigate to the Predicted Tags section.
  2. Input your data (e.g., demographics, interests).
  3. View the generated tags and insights.

🌟 Key Highlights

  • πŸš€ Fast inference powered by a fine-tuned AI model.
  • πŸ›‘οΈ Secure, robust, and scalable Django backend.
  • πŸ“Š Insights tailored to user preferences.

πŸ’‘ Customization

To use your own AI model:

  1. Replace the gpt2-finetuned/ folder with your custom model.
  2. Update model loading logic in the Django app.

πŸ“Έ Screenshots

Predicted Tags Interface

Predicted Tags Screenshot


🀝 Contributing

We welcome contributions! πŸ› οΈ Feel free to open issues or submit pull requests.



πŸ“§ Contact

For any queries, contact us at pranav8tri@example.com πŸ“¬.


Thank you for exploring our project! πŸš€

About

AI Model Integrated Django Web App! πŸš€ This project is a cutting-edge web application built using the Django framework πŸ¦„ and powered by an advanced AI model πŸ€– to provide seamless relevant Ads predictions and user interactions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors