AI Business Solutions is a web application that offers cutting-edge artificial intelligence services to companies. The application provides features such as user registration and login, displaying company information, showcasing available services, and a contact form for inquiries. It aims to assist businesses in harnessing the power of AI to optimize their operations and drive growth.
The project is built using the following technologies:
- Python
- Flask
- MongoDB
- HTML/CSS
- JavaScript
Companies
Description: The home page displays information about the companies using AI Buisness Solutions and showcases gallery.
- Fetch data from the database and shows Description: The services page lists the available AI services offered by the company.
Description: The about page provides an overview of the company's mission and expertise in the AI domain.
Description: The login page allows users to log in to access additional features and personalized content.
Description: The contact form enables users to send inquiries or messages to the AI Business Solutions team.
To run the AI Business Solutions project locally, follow these steps:
- Clone the project repository:
git clone https://github.com/FadeHack/Ai-Business-Services.git
- Navigate to the project directory:
cd Ai-Business-Solutions
- Install the project dependencies:
pip install -r requirements.txt
- Set up the MongoDB database and update the connection URI in
app.py
. - Run the application:
python app.py
- Open your web browser and access the application at
http://localhost:5000
.
This project is licensed under the MIT License. See the LICENSE file for more information.