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.
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.
- Flask
- SQLAlchemy
- Google Cloud SQL
- Vercel
- Bootstrap (for styling)
To get a local copy up and running follow these simple steps.
- Python 3.6 or higher
- pip (Python package installer)
- Google Cloud account
- Vercel account
- Clone the repo
git clone https://github.com/your_username_/Project-Name.git
- Create a virtual environment
python3 -m venv venv
- Activate the virtual environment
source venv/bin/activate # On Windows use `venv\Scripts\activate`
- Install dependencies
pip install -r requirements.txt
- 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/"
- Run the application
flask run
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.
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Abhishek Shah
- Email: www.abhishekshah007@gmail.com
- LinkedIn: https://www.linkedin.com/in/abhiverse01/
- GitHub: https://www.github.com/abhiverse01