This is final project for Computational Thinking course at UIT - CS117.N21.KHTN
This application allows you to try out different hair colors.
- Upload a portrait image of yourself
- Choose a color
- Press 'Dye'
Notes: This application may not function correctly if you upload an image that includes animals, multiple people, or individuals without hair.
- Course Name: Computational Thinking
- Course Code: CS117
- Class: CS117.N21.KHTN
- Academic Year: 2022-2023
- Lecturer: Dr. Ngo Duc Thanh
Id | Student ID | Name | Github | |
---|---|---|---|---|
1 | 21520069 | Võ Trần Thu Ngân | https://github.com/nganngants | [email protected] |
2 | 21520474 | Lê Hoài Thương | https://github.com/Chirox03 | [email protected] |
3 | 21522034 | Nguyễn Hoàng Hải | https://github.com/SKN443 | [email protected] |
4 | 21522282 | Lê Thị Liên | https://github.com/lltlien | [email protected] |
5 | 21522407 | Phan Trọng Nhân | https://github.com/PTN407 | [email protected] |
Run both backend and frontend:
-
Make sure to install all packages first:
cd frontend npm install
-
Run frontend:
npm start
-
Create virtual environment:
cd backend py -m venv env env\Scripts\activate
-
Make sure to install all packages in the virtual enviroment:
pip install -r requirements.txt
-
Run backend:
py app.py
Open http://localhost:3000 to view the application on your browser