Jay-1409 / GTA5Chat

Chat bot website with GTA 5 characters, if you open the link below please have patience it takes time to load :).
https://gta5chat-1.onrender.com/
Mozilla Public License 2.0
6 stars 16 forks source link
hacktoberfest hacktoberfest-accepted hacktoberfest2024

GTA5 Chat

This project is for GTA-5 fans who want to interact with their favourite characters. It includes chat functionalities with over 10 different characters, offering an engaging experience for the community.

Live Demo

Features

Screenshots / Demo

App Screenshot 1 App Screenshot 2 App Screenshot 3 App Screenshot 4 App Screenshot 5 App Screenshot 6

Tech Stack

Project Structure

Project Arrangement

How to Run the Project Locally

  1. Clone the repository:
    git clone https://github.com/harshpareshbhaigosalya/GTA5Chat.git
  2. Navigate to the project directory:
    cd GTA5Chat
  3. Create a virtual environment:
    python3 -m venv venv
  4. Activate the virtual environment:
    venv\Scripts\activate
  5. Install the dependencies:
    pip install -r requirements.txt
  6. Run the Flask application:
    python app.py
  7. Open your browser and go to http://127.0.0.1:5000/ to see the project.