Welcome to Many-banana β your one-stop AI-powered productivity playground! π
Unlock the power of advanced AI tools right from your browser:
- π€ AI Chatbot - Real-time smart conversations.
- β¨ Text Summarization β TL;DR of any content in seconds.
- π Story Generator β Instantly create unique stories.
- π Sentiment Analysis β Gauge emotion from text.
- π Text Generation β Creative text, on demand.
- π Translation β Break language barriers.
- π¨ Image Generation β AI-powered art, just a click away.
- π User Authentication β Secure, simple sign-in.
- π Personal Dashboard β Your AI activities at a glance.
- π» Modern UI β Fast, responsive, and easy to use.
ai_env/ # Python environment/configs
ai_services/ # Python AI scripts
assets/ # Static files (css, js)
includes/ # PHP includes (header, footer, db)
pages/ # PHP pages for each tool
dashboard.php # Main user dashboard
index.php # Landing page
login.php # Login page
signup.php # Signup page
- Clone the repo:
git clone https://github.com/Gourav-512/Many-banana.git cd Many-banana
- Install Python dependencies:
cd ai_services pip install -r requirements.txt # (create requirements.txt if needed)
- Set up PHP:
- Use PHP 7+ with XAMPP/WAMP/etc. Place the repo in your server's root (e.g.,
htdocs
).
- Use PHP 7+ with XAMPP/WAMP/etc. Place the repo in your server's root (e.g.,
- Configure the database:
- Edit
includes/db_connection.php
for your DB creds. - Import the provided SQL file (if available).
- Edit
- Run the app:
- Start your web server and Python backend.
- Open
http://localhost/Many-banana
.
---_
We love contributors! Fork, PR, and letβs build the ultimate AI toolbox together. For big ideas, please open an issue.
MIT β free, open, and for everyone!