Skip to content

abhiverse01/VOIDBLOG

Repository files navigation

VOIDBlog

Welcome to VOIDBlog, your number-one source for all things related to AI, ML, NLP, and LLMs. We're dedicated to providing you the very best of exploration, analysis, and fun. Founded in 2024 by Abhishek Shah, VOIDBlog has come a long way from its beginnings in the year 2024. When Abhishek first started out, his passion for blogs drove him to start his own platform.

Screenshot

VOIDBlog Screenshot

Table of Contents

About The Project

VOIDBlog is a modern blogging platform that focuses on AI, ML, NLP, and LLMs. The platform allows users to create, edit, delete, and view blog posts. It supports image uploads and displays them in blog posts and on the main page. The platform is built with Flask and is deployed on Vercel, using Google Cloud SQL for the database.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Python 3.6 or higher
  • pip (Python package installer)
  • Google Cloud account
  • Vercel account

Installation

  1. Clone the repo
git clone https://github.com/your_username_/Project-Name.git
  1. Create a virtual environment
python3 -m venv venv
  1. Activate the virtual environment
source venv/bin/activate # On Windows use `venv\Scripts\activate`
  1. Install dependencies
pip install -r requirements.txt
  1. Set up the database

Create a Google Cloud SQL instance and set up the database. Update your environment variables with the connection details.

export DATABASE_URL="mysql+pymysql://:@/?unix_socket=/cloudsql/"
  1. Run the application
flask run

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Abhishek Shah

Acknowledgements