Skip to content

CHATBOT ~ 7 JUNE ~ powered by [ FLASK x REACT JS ] based on LLM

sevenjunebaby/7JUNEAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 

Repository files navigation

7 JUNE AI

[ Flask ] x [ React ]


Prerequisites

Before running the project, ensure you have the following installed on your system:

  • Python 3.8+ and pip
  • Node.js (16+) and npm
  • Virtual Environment (venv) for Python

Backend: Flask

1. Navigate to the Backend Directory :

```cd path/to/your/flask/backend```

2. Create a Virtual Environment :

```python3 -m venv venv```

Activate the virtual environment
 On macOS/Linux:
 
```source venv/bin/activate```

 On Windows:
 
```venv\Scripts\activate```

3. Install Dependencies :

```pip install -r requirements.txt```

4. Run the Flask Server :

```flask run```



+ Install Dependencies :

```npm install```
```pip install flask-cors```
```pip install -r requirements.txt```




About

CHATBOT ~ 7 JUNE ~ powered by [ FLASK x REACT JS ] based on LLM

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •