Skip to content

MrQuantum1915/Neura-Verse_Legacy

Repository files navigation

Neura Verse AI Playgrounds - First (now Legacy) Version

This repository contains the first version of the "AI Playground" website, built from scratch. It's a platform designed to provide a space for experimenting with and showcasing various AI functionalities.

Tech Stack Used

HTML5 CSS3 VanillaJS PYTHON nodejs expressjs jupyternotebook

jupyternotebook

Visuals

iamge1

image2

image3

image4

Table of Contents

Introduction

The AI Playground is a personal project aimed at creating a user-friendly web interface for exploring and demonstrating different AI capabilities. This first version focuses on establishing the basic structure and functionality of the website.

Features

  • Basic Website Structure: Includes essential pages like Home, About, Contact Us, and a Playground section.
  • Login Functionality: Implements a simple login system for user authentication.
  • Image Handling: Supports the display of background images.
  • Server-Side Logic: Uses Node.js and Express for server-side operations.
  • Package Management: Utilizes npm for managing project dependencies.

Getting Started

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js: (Version 12 or higher recommended) - Download Node.js
  • npm: (Usually comes with Node.js)

Installation

  1. Clone the repository:

    git clone <repository_url>
    cd AI-Playground
  2. Install dependencies:

    npm install
  3. Set up environment variables:

    • Create a .env file in the root directory based on the .env.example file.
    • Add any necessary environment variables, such as database connection details or API keys.
    • Refer the .env.example file
    # Example .env content
    # PORT=3000
    #  Add other variables as needed
    

Running the Application

  1. Start the server:

    npm start
  2. Open the website:

    • Open your web browser and navigate to http://localhost:<port> (default port is usually 3000, or as defined in your .env).

Project Structure

AI-Playground/
├── css/
│   ├── All CSS files
├── js/
│   ├── All JS files
├── views/
│   ├── All HTML Files
├── images/
│   ├── All Images and Logos
├── .env.example
├── .gitignore
├── LICENSE
├── package-lock.json
├── package.json
├── README.md
└── server.js

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with descriptive commit messages.
  4. Push your changes to your fork.
  5. Submit a pull request to the main repository.

License

This project is licensed under the GPL-3.0 license - see the LICENSE file for details.

Contact

For any questions or suggestions, feel free to contact MrQuantum1915:

About

A Website to explore AI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published